ce-plan

Transform feature descriptions into structured implementation plans with repo-relative file paths.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Bradliebs/VolumeTurtle --skill ce-plan-bradliebs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-plan
Source: https://github.com/Bradliebs/VolumeTurtle/tree/main/.github/skills/ce-plan
Command: npx skills add https://github.com/Bradliebs/VolumeTurtle --skill ce-plan-bradliebs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transform feature descriptions into structured implementation plans grounded in repo patterns and research. Also deepen existing plans with interactive review of sub-agent findings. Use for plan creation when the user says 'plan this', 'create a plan', 'write a tech plan', 'plan the implementation', 'how should we build', 'what's the approach for', 'break this down', or when a brainstorm/requirements document is ready for technical planning. Use for plan deepening when the user says 'deepen the plan', 'deepen my plan', 'deepening pass', or uses 'deepen' in reference to a plan. Best when requirements are at least roughly defined; for exploratory or ambiguous requests, prefer ce-brainstorm first.

Core Features & Use Cases

  • Generates executable, repo-relative implementation plans from feature descriptions or requirements.
  • Deepens existing plans with interactive sub-agent findings to refine scope, dependencies, and decisions.
  • Supports planning workflows for plan creation, review, and execution, ensuring portability and traceability across repositories.

Quick Start

Provide a well-defined feature description or requirements and ask ce-plan to generate a structured implementation plan.

Frequently Asked Questions about ce-plan

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

FAQPage Schema
How do I turn feature requirements into an actionable implementation plan?

To turn feature requirements into an implementation plan, you provide a feature description to generate a structured plan. This process frames the problem, defines scope, captures dependencies, and outlines implementation units with repo-relative file paths.

What is the best way to structure technical plans for team collaboration?

Structuring technical plans for team collaboration involves creating executable, repo-relative implementation units and specifying test scenarios. This approach ensures portability and traceability across repositories during planning workflows.

How do I deepen an existing technical plan with new findings?

You deepen an existing technical plan by applying an interactive review of sub-agent findings. This refines the existing scope, dependencies, and decisions to make your implementation strategy more durable and actionable.

Do I need fully defined requirements before creating an implementation plan?

You do not need fully defined requirements before creating an implementation plan, but they should be at least roughly defined. For exploratory or ambiguous requests, it is recommended to brainstorm requirements first before technical planning.

What should an implementation plan include to ensure it is actionable?

An actionable implementation plan should include framed problems, defined scope, captured decisions and dependencies, outlined implementation units with repo-relative file paths, and specified test scenarios for traceability.

When should I use a plan deepening pass instead of creating a new plan?

You should use a plan deepening pass when you already have an existing plan that needs refinement through interactive findings. Use plan creation instead when starting from a fresh feature description or requirements document.