cavi-ai

Plan To Spec — Testing skill for Claude Code

Testing community

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

Terminal
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 Repository