spec-driven agents

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

silver2dream/ai-workflow-kit

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).

2 1mo ago A 1,137 tokens original Apache-2.0

tripod

98

ayberkyasa/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.

2 17d ago A tokens not measured original MIT

next

99

ayberkyasa/tripod

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.

2 17d ago A 74 tokens original MIT

spec

100

ayberkyasa/tripod

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.

2 17d ago A 74 tokens original MIT

tasks

101

ayberkyasa/tripod

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.

2 17d ago A 77 tokens original MIT

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…

1 4mo ago A 88 tokens

task-creator

104

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…

1 4mo ago A 96 tokens

task-validator

105

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).

1 4mo ago A 63 tokens

code-writing

106

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.

1 4mo ago A 77 tokens

design-generate

107

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.

1 4mo ago A 126 tokens

speckit-analyze

109

rafaelandrade74/spec-forge

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.

0 4d ago A 44 tokens original MIT

speckit-clarify

110

rafaelandrade74/spec-forge

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.

0 4d ago A 46 tokens original MIT

speckit-specify

111

rafaelandrade74/spec-forge

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.

0 4d ago A 35 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: