SPECLAN Plan Manual

Generate an ordered implementation plan from approved SPECLAN specs.

8|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/thlandgraf/cc-marketplace --skill speclan-plan-manual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SPECLAN Plan Manual
Source: https://github.com/thlandgraf/cc-marketplace/tree/main/plugins/speclan/skills/plan-manual
Command: npx skills add https://github.com/thlandgraf/cc-marketplace --skill speclan-plan-manual

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill generates a pure-data manual implementation plan from approved SPECLAN specifications, storing the resulting plan in speclan/.local/plans/ as an audit trail and implementation checklist.

Core Features & Use Cases

  • Generate an ordered hierarchical checklist of approved SPECLAN features, requirements, and change requests.
  • Detect a SPECLAN directory, query approved specs, build ancestor trees, determine an optimal implementation order, and write a plan file with a descriptive slug.
  • Validate the plan against spec statuses to reflect actual readiness and preserve an auditable record of decisions.

Quick Start

Run the plan-manual skill on your SPECLAN project to generate the plan in speclan/.local/plans.

Frequently Asked Questions about SPECLAN Plan Manual

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

FAQPage Schema
How do I generate an implementation plan from approved specifications?

To generate an implementation plan from approved specifications, you run a plan-manual process that queries approved specs, resolves hierarchical relationships, determines implementation order, and writes a plan file. This creates a pure-data checklist and audit trail.

What is a manual implementation plan for sequencing features and requirements?

A manual implementation plan is an ordered hierarchical checklist generated from approved specs and change requests. It sequences work by features and requirements to formalize manual implementation and maintain an auditable record of decisions across directories.

How do I maintain an audit trail for manual implementation decisions?

You maintain an audit trail for manual implementation by generating a plan file that validates spec statuses against actual readiness. The resulting file is stored in your local plans directory, preserving an auditable record of implementation decisions and sequencing.

Can I use a spec directory to sequence work by change requests and requirements?

Yes, you can sequence work by change requests and requirements if your spec directory contains approved specs. The process detects the directory, queries the approved specs, builds ancestor trees, and determines an optimal implementation order for your project.

What are the limitations of generating a pure-data implementation plan?

Limitations of generating a pure-data implementation plan include dependency on having approved specs and a detectable spec directory. The plan only reflects statuses validated at generation time, meaning it serves as a static audit trail rather than a dynamically updating checklist.