Plan To Spec — Testing skill for Claude Code
Use when turning a planning note into a build spec, preparing a note for handoff to a coding-agent build, or creating a spec and tracker from a plan.
How to install Plan To Spec
Installs to ~/.claude/skills/cavi-ai-obsidian-agent-plan-to-spec/SKILL.md
mkdir -p ~/.claude/skills/cavi-ai-obsidian-agent-plan-to-spec && curl -fsSL https://raw.githubusercontent.com/cavi-ai/obsidian-agent/HEAD/commands/plan-to-spec.md -o ~/.claude/skills/cavi-ai-obsidian-agent-plan-to-spec/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Plan To Spec does
description: Use when turning a planning note into a build spec, preparing a note for handoff to a coding-agent build, or creating a spec and tracker from a plan. argument-hint: ""
Claude compatibility adapter
Invoke **`obsidian-agent:plan-to-spec`** with the user's arguments:
`$ARGUMENTS`
Follow that canonical skill exactly. This command contains no independent workflow logic.
Alternatives in Testing
- Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★
- Spec Driven Develop — Spec-driven development workflow for AI coding agents: architecture-first planning, task decomposition, GitHub 975 ★
- Spectra App — Spec-driven development for coding agents — a desktop app, a CLI, and skills for Codex, Claude Code, Cursor, C 735 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Build From Spec
Build from an Obsidian build-spec note and report progress through the canonical tracker workflow.
Skeleton First Code Skill
AI coding agent workflow skill: long-context memory, anti-amnesia pipeline (Plan→Implement→Test), module tree
Jared Start
Begin work on an issue — move to In Progress, load full context (body, latest Session note, linked plan/spec),
To Issues
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bulle
Plan Phase
Architecture-first planning for a specific spec phase. Define files, symbols, and code-level interfaces first,
Rpi Plan
RPI Step 3 — Generate comprehensive planning documentation for a feature that received a GO. Produces pm.md (p
Related Agents
Gaia Planner
Use when planning a feature or decomposing work from a brief into an executable plan -- turning objectives and
Create Plan
Create a plan for a coding task. Interviews to extract intent, thinks deeply before planning, writes a plan fi
Step Coding
Step agent that implements code from the plan using TDD, runs pytest/mypy/ruff, and self-corrects up to 5 time