tripod
01Plugin Claude Code
Plugin marketplace listing 1 plugin: tripod.
Plugin Claude Code
Plugin marketplace listing 1 plugin: tripod.
Plugin Claude Code
Only three files. A minimal spec-driven workflow for Claude Code: /tripod:spec interviews you and writes SPEC.md + CLAUDE.md, /tripod:tasks turns them into TASKS.md, /tripod:next executes tasks one by one.
Skill Claude CodeCodex
Phase 3 of the Tripod workflow, run repeatedly. Finds the first unchecked task in TASKS.md, implements it under the rules in CLAUDE.md, verifies its "Done when" condition, checks the box, and commits. Use when the user says "next task", "continue", "keep going", or invokes /tripod:next.
Skill Claude CodeCodex
Start a new project the Tripod way. Interviews the user about their app idea in structured question rounds, then writes SPEC.md (what to build) and CLAUDE.md (how to build it) at the repository root. Use when the user describes a new application, asks to "spec out" an idea, or invokes /tripod:spec.
Skill Claude CodeCodex
Phase 2 of the Tripod workflow. Reads SPEC.md and CLAUDE.md, then writes TASKS.md — an ordered list of small, scoped, verifiable tasks that implement the entire MVP. Use after the user has reviewed their spec, when they ask to "create tasks" or "break down the work", or when they invoke /tripod:tasks.