From obsidian-bridge
Implement a plan or spec note that lives in the Obsidian vault, by name.
How this command is triggered — by the user, by Claude, or both
Slash command
/obsidian-bridge:implement <note name>The summary Claude sees in its command listing — used to decide when to auto-load this command
Use the **obsidian-bridge** skill (obsidian-bridge:obsidian-bridge) and run its **implement** capability for the note: "$ARGUMENTS". Resolve the note in the vault (if several match, ask me which), read it, get `source_repo` from its frontmatter, load the project's `necessities` standards, then implement it in that repo via the superpowers execution skills while enforcing those standards. Update the note's `status` (in-progress → done) as you go.
Use the obsidian-bridge skill (obsidian-bridge:obsidian-bridge) and run its implement capability for the note: "$ARGUMENTS".
Resolve the note in the vault (if several match, ask me which), read it, get source_repo from its frontmatter, load the project's necessities standards, then implement it in that repo via the superpowers execution skills while enforcing those standards. Update the note's status (in-progress → done) as you go.
npx claudepluginhub bemusedcat/clawset --plugin obsidian-bridge/implementImplements tasks from a Conductor track plan using strict TDD workflow (red-green-refactor). Auto-selects incomplete track if unspecified; accepts track-id, --task, --phase args.
/implementImplements features/code by activating specialist personas and MCP tools (Context7, Sequential, Magic, Playwright) for analysis, generation, security/QA validation, testing, and integration.
/implementImplements a feature from spec via structured workflow: understand requirements, create feature branch, design, code incrementally with tests, self-review, and PR. Outputs change summary.
/implementAutomates full Evaluate-Loop for a track: detects state, dispatches planner/evaluator/executor/fixer agents, loops on failures until complete. Optional track ID.
/implementStarts task execution loop for active feature: reads state, validates prereqs, commits specs via git, initializes .speckit-state.json, launches coordinator.
/implementStarts task execution loop for active spec: resolves/validates spec and tasks.md, parses iteration/recovery flags, initializes .ralph-state.json, runs tasks via coordinator until complete.