What is plan?
Analyze documentation (or a prompt) and generate an implementation plan with task breakdown, TDD steps, and progress tracking. Source: tercel/code-forge.
Analyze documentation (or a prompt) and generate an implementation plan with task breakdown, TDD steps, and progress tracking.
Quickly install plan AI skill to your development environment via command line
Source: tercel/code-forge.
Generate an implementation plan from a feature document or a requirement prompt.
Steps 2, 6, and 7 are offloaded to sub-agents via the Task tool to prevent context window exhaustion on large projects. The main context retains only concise summaries returned by each sub-agent, while full document analysis, file generation, and code implementation happen in isolated sub-agent contexts that are discarded after completion.
Actual execution order: 0 → 0.9 (reference docs, if configured) → 0.8 (prompt mode only) → 1 → 2 (sub-agent) → 3 → 4 → 6 (sub-agent) → 7 (sub-agent) → 5 → 8 → 8.5 → 9
Analyze documentation (or a prompt) and generate an implementation plan with task breakdown, TDD steps, and progress tracking. Source: tercel/code-forge.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/tercel/code-forge --skill planAnalyze documentation (or a prompt) and generate an implementation plan with task breakdown, TDD steps, and progress tracking. Source: tercel/code-forge.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tercel/code-forge --skill plan Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/tercel/code-forge