plan

Generate implementation plans with task breakdowns and TDD steps from feature documents.

5|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/tercel/code-forge --skill plan-tercel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/tercel/code-forge/tree/main/skills/plan
Command: npx skills add https://github.com/tercel/code-forge --skill plan-tercel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms feature documents or simple text prompts into detailed, actionable implementation plans, complete with task breakdowns and TDD steps, streamlining the development process.

Core Features & Use Cases

  • Plan Generation: Creates comprehensive implementation plans from feature specifications.
  • Task Breakdown: Decomposes features into granular, manageable tasks with dependencies.
  • TDD Integration: Incorporates Test-Driven Development steps into task creation.
  • Use Case: You have a new feature requirement document. Use this Skill to generate a plan.md file outlining the architecture, breaking down the work into tasks, and defining TDD steps for each, ready for your development team.

Quick Start

Use the plan skill to generate an implementation plan from the document at docs/features/user-auth.md.

Frequently Asked Questions about plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an implementation plan from a feature document?

To generate an implementation plan from a feature document, you provide your feature specification or text prompt, and the tool outputs a detailed plan with architecture design, task breakdown, and TDD steps.

Can I break down feature requirements into TDD steps automatically?

Yes, you can break down feature requirements into TDD steps automatically by processing your text prompts or documentation, which decomposes features into granular tasks with integrated Test-Driven Development steps.

What is the best way to turn project documentation into actionable development tasks?

The best way to turn project documentation into actionable development tasks is by parsing existing feature documents to extract context, generating a structured plan.md file that outlines architecture and task dependencies.

Does plan generation work with simple text prompts or do I need a full spec?

Plan generation works with simple text prompts without needing a full spec, supporting prompt-based feature specification via spec-forge to create comprehensive implementation plans from basic text inputs.

How do I track execution state and progress for a generated task breakdown?

You track execution state and progress for a generated task breakdown using the built-in plan execution state management, which provides progress tracking as your team works through the defined TDD steps and dependencies.