cavi-ai

Build From Spec — Testing skill for Claude Code

Testing community

Build from an Obsidian build-spec note and report progress through the canonical tracker workflow.

How to install Build From Spec

Installs to ~/.claude/skills/cavi-ai-obsidian-agent-build-from-spec/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cavi-ai-obsidian-agent-build-from-spec && curl -fsSL https://raw.githubusercontent.com/cavi-ai/obsidian-agent/HEAD/commands/build-from-spec.md -o ~/.claude/skills/cavi-ai-obsidian-agent-build-from-spec/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Build From Spec does


description: Build from an Obsidian build-spec note and report progress through the canonical tracker workflow. argument-hint: " [tracker note path]"

Claude compatibility adapter

Invoke **`obsidian-agent:tracker-driver`** with the user's arguments:

`$ARGUMENTS`

Use the spec and tracker paths in the user's arguments while following the canonical tracker skill. The host performs the requested build work; the skill owns all vault progress reporting.

Alternatives in Testing

  • Claude Code Spec Workflow — Automated Kiro-style Spec workflow for Claude Code 3.6k ★
  • Loki Spec Status — Check whether the spec has drifted from its lock using Loki's living-spec drift detection, and summarize the r 1.1k ★
  • Spec Driven Development — Drive Kandev feature work through spec, plan, independent tasks, implementation, QA, and verification 697 ★

Full documentation available on GitHub

View Source Repository