Skip to content

Commit 0baa446

Browse files
committed
feat: add idea-scout agent to registry
Register Mathews-Tom/idea-scout in the research category.
1 parent 601aee3 commit 0baa446

4 files changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# idea-scout
2+
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.
4+
5+
## Run
6+
7+
```bash
8+
npx @open-gitagent/gitagent run -r https://github.com/Mathews-Tom/idea-scout
9+
```
10+
11+
## What It Can Do
12+
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
19+
20+
## Structure
21+
22+
```
23+
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
28+
```
29+
30+
## Built with
31+
32+
[gitagent](https://github.com/open-gitagent/gitagent) - the open agent registry and runner.
200 KB
Loading
24.7 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "idea-scout",
3+
"author": "Mathews-Tom",
4+
"description": "Business idea validation pipeline with parallel market research, competitive analysis, and feasibility assessment producing scored GO/CAUTION/NO-GO verdicts",
5+
"repository": "https://github.com/Mathews-Tom/idea-scout",
6+
"version": "1.0.0",
7+
"category": "research",
8+
"tags": [
9+
"validation",
10+
"lean-canvas",
11+
"market-research",
12+
"competitive-analysis",
13+
"feasibility",
14+
"startup",
15+
"business"
16+
],
17+
"license": "MIT",
18+
"model": "claude-opus-4-6",
19+
"adapters": [
20+
"claude-code",
21+
"system-prompt"
22+
],
23+
"icon": true,
24+
"banner": true
25+
}

0 commit comments

Comments
 (0)