Instructions file
Instructions for silver2dream/ai-workflow-kit, covering claude.md (principal agent guide), role: principal engineer, project overview, rule routing (important) and kit core rules (always).
448 tagged spec-driven, measured the same way as everything else here.
Browse within: spec-driven-development 42spec-kit 42copilot-coding-agent 41github-copilot 41codex-cli 23subagents 23ai-development 22Multi-Agent 20development-methodology 20harness-engineering 14knowledge-management 14opencode-plugin 14sdd 14context-engineering 10
Instructions file
Instructions for silver2dream/ai-workflow-kit, covering claude.md (principal agent guide), role: principal engineer, project overview, rule routing (important) and kit core rules (always).
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.
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Instructions file CodexOpenCode
AGENTS.md instructions for stepanenkoviktor0110-boop/ai-dev-methodology-codex, covering global preferences, ⛔ rule #0: auto-update before any pipeline step, instruction tone: strict by default, skill execution: no scripts and recovery after interruption.
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Agent
Bidirectional requirements traceability: user-spec -> tech-spec/tasks and back. Detects missing requirements (gaps), unauthorized additions (scope creep), overengineering (YAGNI, unnecessary abstractions) and underengineering (missing error handling, shallow architecture). Use when: validating tech-spec completeness…
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Agent
Creates task files from tech-spec Implementation Tasks section. Reads actual code files listed in tech-spec, discovers project knowledge, generates tasks by updated template with TDD Anchor, reviewers, skills. Use when: generating task/.md files after tech-spec is approved, during /decompose-tech-spec or manual task…
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Agent
Validates task files against task template and task-creator rules. Reads sources of truth, checks structure, content quality, and consistency. Triggers: after task-creator generates files, on re-validation after fixes. Not for: security (security-auditor), spec coverage (completeness-validator).
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Skill Claude CodeCodex
A coding workflow for planning changes, writing tests before or alongside code, and reviewing the result. TDD, or test-driven development, means using tests to guide the implementation.
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Skill Claude CodeCodex
A design tool that creates HTML/CSS pages and static SVG mockups from text descriptions using a project’s design system. It can choose among layout patterns, apply design tokens, use screenshots for iteration, and create a before-and-after collage after approval.
stepanenkoviktor0110-boop/ai-dev-methodology-codex
Skill Claude CodeCodex
A design review process that turns feedback from a design session into documented lessons, principles, and a reusable description of the project's visual preferences.
Skill Claude CodeCodex
Perform a non-destructive cross-artifact consistency and quality analysis across the specification, plan, and tasks after task generation. Persists findings to Spec-Forge instead of only printing a report.
Skill Claude CodeCodex
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec. Persists to Spec-Forge instead of editing spec.md.
Skill Claude CodeCodex
Create or update the feature specification from a natural language feature description. Persists to Spec-Forge instead of specs/NNN-name/spec.md.
At most 3 mods per repository are shown here — the rest are on their repository pages: