plan-implementation

Plans file-by-file implementation from a technical spec, including interfaces and tests.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/councilofwizards/wizards --skill plan-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-implementation
Source: https://github.com/councilofwizards/wizards/tree/main/plugins/conclave/skills/plan-implementation
Command: npx skills add https://github.com/councilofwizards/wizards --skill plan-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates and coordinates the creation of a complete implementation plan from a technical spec, ensuring teams have a clear, executable path.

Core Features & Use Cases

  • Auto-detect project structure and identify required artifacts (interfaces, dependencies, and tests) from docs/specs.
  • Generate a file-by-file implementation plan, including dependencies, interfaces, and a testing strategy, aligned to existing patterns.
  • Manage checkpoints and progress artifacts to resume work after interruptions, while enforcing Skeptic sign-off before finalization.

Quick Start

Generate an implementation plan for the next feature based on the current technical spec in docs/specs.

Frequently Asked Questions about plan-implementation

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

FAQPage Schema
How do I generate a file-by-file implementation plan from a technical spec?

To generate an implementation plan from a technical spec, the Skill auto-detects your project structure and translates specs into file-by-file plans, defining interfaces, dependency graphs, and test strategies aligned to existing patterns.

What is the best way to coordinate team implementation work for a new feature?

Coordinating team implementation work requires establishing a correct build order and checkpoints. This Skill orchestrates that path by ensuring every code change traces back to a spec requirement and managing progress artifacts for team alignment.

How do I resume implementation work after an interruption without losing progress?

To resume implementation work after interruptions, you need managed checkpoints and progress artifacts. This Skill tracks these milestones and enforces Skeptic sign-off, allowing you to safely resume work exactly where the process was paused.

Do I need a defined spec in docs/specs to use this implementation planning workflow?

Yes, a defined spec in docs/specs is required. This workflow specifically applies to software projects with existing technical specs, using them to identify required artifacts like interfaces, dependencies, and tests for the plan.

How does this approach handle defining interfaces with complete type signatures?

Defining interfaces with complete type signatures is handled by extracting artifact requirements directly from the technical spec. The Skill ensures all generated interface definitions are fully typed and correctly ordered within the dependency graph.

Why should I use a spec-driven planning workflow over ad-hoc coding?

A spec-driven planning workflow ensures every change traces back to a spec requirement, preventing scope creep. Unlike ad-hoc coding, it establishes a correct build order and defines a comprehensive testing strategy before development begins.