What problem does it solve?
Scaffold Plan Stack workflow scaffolding in the current project. Creates docs/plans/, templates, docs/README.md, .claude/settings.json, docs-navigator agent, and adds Plan Stack section to CLAUDE.md.
Core Features & Use Cases
- Creates essential directories: docs/plans/completed, docs/templates, .claude/agents, and .claude/agent-memory/docs-navigator.
- Writes template files by copying templates from the skill into your project: plan-template.md and review-template.md, placed under docs/templates.
- Generates a docs/README.md serving as a navigation hub for project documentation, updating it if needed.
- Creates a docs-navigator agent at .claude/agents/docs-navigator.md and keeps it in sync.
- Updates .claude/settings.json to include "plansDirectory": "docs/plans" (creating the file if it does not exist).
- Adds a Plan Stack section to CLAUDE.md, creating the section if CLAUDE.md is absent.
- The operation is idempotent and safe to run multiple times.
Quick Start
Run the init skill in your project to scaffold the Plan Stack workspace and configuration.