Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
antinomyhq avatar

Create Plan

  • 112 installs
  • 7.5k repo stars
  • Updated August 5, 2026
  • antinomyhq/forge

Create-plan is a Forge/Claude skill that generates validated Markdown implementation plans with objectives, checkbox tasks, verification criteria, risks, and alternatives, without making code changes.

About

Create-plan generates detailed implementation plans for complex tasks as Markdown files with objectives, checkbox-format tasks, verification criteria, risk mitigations, and alternative approaches. A developer uses it for pre-implementation analysis before breaking a feature into steps. It is strictly planning-focused and validates every plan with a bundled script.

  • Generates Markdown implementation plans with objectives, checkbox tasks, verification criteria, and risk assessments
  • Every plan MUST pass the included validate-plan.sh script
  • Planning-only: never writes code or runs build commands

Create Plan by the numbers

  • 112 all-time installs (skills.sh)
  • Ranked #1,324 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

create-plan capabilities & compatibility

Free skill; needs the bundled validate-plan.sh and search/read tools available in the agent.

Capabilities
implementation planning · task breakdown · risk assessment
Use cases
planning · project management
Pricing
Free
From the docs

What create-plan says it does

Generate detailed implementation plans for complex tasks.
SKILL.md
Strictly planning-focused with no code modifications.
SKILL.md
npx skills add https://github.com/antinomyhq/forge --skill create-plan

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs112
repo stars7.5k
Last updatedAugust 5, 2026
Repositoryantinomyhq/forge

What it does

Produce a validated Markdown implementation plan with checkbox tasks, risks, and verification criteria before writing any code.

Who is it for?

Developers who want a structured, risk-assessed implementation plan before starting a complex feature.

Skip if: Users who want the agent to write code or run builds - this skill makes no code changes.

When should I use this skill?

The user explicitly asks for a plan, roadmap, or strategy, or needs a complex feature broken into actionable steps before implementation.

What you get

A validated Markdown plan file under plans/ with objectives, checkbox tasks, verification criteria, risks, and alternatives.

  • Markdown implementation plan file under plans/
  • Risk and mitigation list
  • Verification criteria

By the numbers

  • Plan structure has 5 sections: Objective, Implementation Plan, Verification Criteria, Potential Risks and Mitigations, A
  • Plans named plans/{YYYY-MM-DD}-{task-name}-v{N}.md

Files

SKILL.mdMarkdownGitHub ↗

Create Implementation Plan

Generate comprehensive implementation plans that provide strategic guidance without making actual code changes.

When to Use

  • User explicitly requests a plan, roadmap, or implementation strategy
  • Complex tasks requiring structured breakdown before implementation
  • Need for risk assessment and alternative approach analysis
  • Pre-implementation analysis of architectural decisions

Planning Process

1. Initial Assessment

Research the codebase to understand:

  • Project structure and organization
  • Relevant files and components - read thoroughly to understand complete flows
  • Existing patterns and conventions
  • Potential challenges and risks
  • Data flows from entry points to final usage

Use search, sem_search, and read tools to examine the codebase. Use sage if deeper research is required for the use-case. Explicitly cite sources using filepath:line format in your plan.

2. Create Strategic Plan

Generate a Markdown plan file in plans/ directory with naming: plans/{YYYY-MM-DD}-{task-name}-v{N}.md

Example: plans/2025-11-24-add-auth-v1.md

3. Validate Plan

MANDATORY: Run the validation script to ensure the plan meets all requirements:

./.forge/skills/create-plan/validate-plan.sh plans/{YYYY-MM-DD}-{task-name}-v{N}.md

Fix any errors or warnings and re-validate until the plan passes all checks.

4. Plan Structure

# [Task Name]

## Objective

[Clear statement of goal and expected outcomes]

## Implementation Plan

- [ ] 1. [First task with detailed description and rationale]
- [ ] 2. [Second task with detailed description and rationale]
- [ ] 3. [Third task with detailed description and rationale]

## Verification Criteria

- [Criterion 1: Specific, measurable outcome]
- [Criterion 2: Specific, measurable outcome]

## Potential Risks and Mitigations

1. **[Risk Description]**
   Mitigation: [Specific mitigation strategy]

2. **[Risk Description]**
   Mitigation: [Specific mitigation strategy]

## Alternative Approaches

1. [Alternative 1]: [Brief description and trade-offs]
2. [Alternative 2]: [Brief description and trade-offs]

Critical Requirements

  • ALWAYS validate the plan using ./.forge/skills/create-plan/validate-plan.sh after creation
  • ALWAYS use checkbox format (- [ ]) for ALL implementation tasks
  • NEVER use numbered lists or plain bullet points in Implementation Plan section
  • NEVER write code, code snippets, or code examples in the plan
  • Write comprehensive tasks including what, why, affected files, and integration points
  • Use filepath:line format for file references (e.g., crates/forge_repo/src/provider.rs:45)
  • Include clear rationale for each task
  • Provide specific, measurable verification criteria
  • Document assumptions made for ambiguous requirements
  • Focus on strategic "what" and "why", not tactical "how"
  • Describe what needs to be done using natural language, not code

Best Practices

  • Make reasonable assumptions when requirements are ambiguous
  • Use codebase patterns to infer best practices
  • Provide multiple solution paths for complex challenges
  • Balance thoroughness with actionability
  • Create plans that can be executed step-by-step by implementation agents

Boundaries

This is a planning-only skill:

  • ✅ Research codebase and analyze structure
  • ✅ Create strategic plans and documentation
  • ✅ Assess risks and propose alternatives
  • ✅ Describe implementations using natural language
  • ❌ Make actual code changes
  • ❌ Modify files or create implementations
  • ❌ Run tests or build commands
  • ❌ Write code, code snippets, or code examples in plans

If user requests implementation work, suggest switching to an implementation agent.

Related skills

FAQ

Does create-plan write any code?

No. It is planning-only: it researches the codebase and produces a plan, but never writes code, snippets, or runs tests and build commands.

How is a plan validated?

By running the bundled ./.forge/skills/create-plan/validate-plan.sh script against the plan file and fixing errors until it passes.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.