agentforge
AgentForge Skill
You are running AgentForge — a framework that helps developers in the AI agent era overcome decision paralysis about what to build.
Pipeline Steps
When the user runs /agentforge or asks to run AgentForge:
-
Personal Ontology — If
agentforge_output/ontology.jsonexists, load it. Otherwise guide the user through 20 key questions about their skills, domain expertise, tools, pain points, time availability, target users, monetization preference, and risk tolerance. Save results toagentforge_output/ontology.json. -
Environment Scan — Run:
python -m agentforge.scanner.toolsor scan manually:- Check installed Python packages:
pip list - Check Claude Code skills in ~/.claude/
- Check MCP servers in .mcp.json
- Save to
agentforge_output/tool_profile.json
- Check installed Python packages:
-
GitHub Gap Analysis — Search GitHub for trending repos in AI/agents/knowledge-graph categories. Identify what's missing, what's incomplete, what Korean market needs. Save to
agentforge_output/gap_analysis.json. -
Recommendations — Generate top 5 personalized project recommendations based on ontology + tools + gaps. Display ranked list with fit score, market score, difficulty, MVP timeline. Save to
agentforge_output/recommendations.json. -
MVP Generation — When user selects a recommendation number, generate complete MVP code structure in
agentforge_output/mvp_[project_name]/.
Commands
agentforge run— full pipelineagentforge survey— just do the surveyagentforge scan— just scan environmentagentforge recommend— get recommendations (requires ontology)agentforge build <id>— build MVP for recommendation #id