·plan

Analyze documentation (or a prompt) and generate an implementation plan with task breakdown, TDD steps, and progress tracking.

12Installs·0Trend·@tercel

Installation

$npx skills add https://github.com/tercel/code-forge --skill plan

How to Install plan

Quickly install plan AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/tercel/code-forge --skill plan
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: tercel/code-forge.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tercel/code-forge --skill plan
Category
>_Productivity
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from tercel/code-forge

Quick answers

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.

How do I install plan?

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

Where is the source repository?

https://github.com/tercel/code-forge

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-22