Skip to content

Commit 0a99829

Browse files
committed
docs: update README to reflect current repo structure
1 parent 0baa446 commit 0a99829

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed
Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# idea-scout
22

3-
Business idea validation pipeline that runs parallel market research, competitive analysis, and feasibility assessment to produce a scored validation report with a GO/CAUTION/NO-GO verdict. Applies lean startup methodology to rapidly evaluate business concepts.
3+
Business idea validation agent that orchestrates parallel market research, competitive analysis, and feasibility assessment to produce a scored validation report with GO/CAUTION/NO-GO verdict. Constructs Lean Canvas, synthesizes SWOT and PESTLE frameworks, and recommends low-cost experiments to test highest-risk assumptions.
44

55
## Run
66

@@ -10,23 +10,35 @@ npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/idea-scout
1010

1111
## What It Can Do
1212

13-
- Validate business ideas through structured multi-dimensional analysis
14-
- Conduct market sizing and target audience identification
15-
- Perform competitive landscape mapping with differentiation scoring
16-
- Assess technical and operational feasibility
17-
- Generate lean canvas models from idea descriptions
18-
- Produce scored validation reports with actionable GO/CAUTION/NO-GO verdicts
13+
- **Idea Intake** — extracts problem, solution, target customer, value proposition, and revenue model from rough descriptions
14+
- **Lean Canvas Construction** — populates all nine blocks and identifies riskiest assumptions
15+
- **Market Research** — sizes TAM/SAM/SOM with sourced data, identifies growth trends and timing signals
16+
- **Competitive Analysis** — maps direct/indirect competitors, applies Porter's Five Forces, assesses competitive moats
17+
- **Feasibility Assessment** — models unit economics (CAC, LTV, margins), estimates technical complexity and MVP cost
18+
- **SWOT/PESTLE Integration** — synthesizes cross-dimensional findings into structured strategic frameworks
19+
- **Validation Scorecard** — scores across six weighted dimensions with quantified GO/CAUTION/NO-GO verdict
20+
- **Experiment Design** — proposes 3-5 low-cost experiments with quantified success criteria ordered by risk reduction per dollar
1921

2022
## Structure
2123

2224
```
2325
idea-scout/
24-
agent.yaml # Agent configuration and tool definitions
25-
SOUL.md # Agent personality and behavioral guidelines
26-
icon.png # 256x256 agent icon
27-
banner.png # 1200x630 agent banner
26+
├── .gitignore
27+
├── LICENSE
28+
├── README.md
29+
├── RULES.md
30+
├── SOUL.md
31+
├── agent.yaml
32+
├── assets/
33+
│ ├── icon.png
34+
│ └── banner.png
35+
└── knowledge/
36+
├── experiment-design.md
37+
├── lean-canvas-guide.md
38+
├── swot-pestle-framework.md
39+
└── validation-scorecard.md
2840
```
2941

3042
## Built with
3143

32-
[gitagent](https://github.com/open-gitagent/gitagent) - the open agent registry and runner.
44+
Built for the [gitagent](https://gitagent.sh) ecosystem.

0 commit comments

Comments
 (0)