Skip to content

Add Dev Workflow extension — spec authoring, TDD, and independent review agents for Claude Code#2004

Open
one-kash wants to merge 1 commit intogithub:mainfrom
one-kash:add-dev-workflow-extension
Open

Add Dev Workflow extension — spec authoring, TDD, and independent review agents for Claude Code#2004
one-kash wants to merge 1 commit intogithub:mainfrom
one-kash:add-dev-workflow-extension

Conversation

@one-kash
Copy link
Copy Markdown
Contributor

Summary

  • Adds Dev Workflow (openkash/ai-agent-dev-workflow) to the community extensions catalog
  • Full development lifecycle: /spec (specify) → /tdd (plan + implement) → review-plan (independent plan review) → review-impl (independent implementation review)
  • Built for Claude Code (like ralph is built for Copilot CLI)
  • Apache 2.0 licensed

What makes this different from existing extensions

Differentiator Details Closest alternative
Evaluator independence by architecture Review agents run as subagents in fresh context — no shared memory with the code author, eliminating self-praise bias structurally No existing extension isolates evaluator from author for honesty purposes
Pre-implementation plan review 8-point structured review BEFORE any code is written (Phase 2.5) — catches design bugs in plans, not in code Every quality extension (Review, Verify, Cleanup) is post-implementation only
Spec authoring + TDD in one pipeline Creates specifications with user stories + Given/When/Then acceptance criteria, then implements via TDD with chunk decomposition No extension combines spec authoring with TDD implementation
Session resumption via JSON tracker Per-chunk resume fields and context management strategy survive context resets across sessions No equivalent in the ecosystem
4 pieces = full lifecycle Spec → Plan → Review → Implement → Verify in one install Equivalent coverage requires 5-6 separate extensions from different authors

Extension details

  • Category: process — orchestrates workflow across phases
  • Effect: Read+Write — creates spec docs, tracker files, review reports
  • Commands: 4 (spec, tdd, review-plan, review-impl)
  • Hooks: 2 (after_plan → review-plan, after_tasks → review-impl)
  • Requires: Claude Code, spec-kit ≥0.1.0

Checklist

  • Valid extension.yml manifest in repo
  • README.md with installation and usage docs
  • LICENSE file (Apache 2.0)
  • GitHub release created (v1.0.0)
  • Extension tested on real projects
  • All commands working
  • No security vulnerabilities
  • Entry added to extensions/catalog.community.json
  • Row added to Community Extensions table in README.md (alphabetical order)

Adds ai-agent-dev-workflow to the community catalog — a full TDD
pipeline for Claude Code with specification authoring, chunk-based
implementation, and independent review agents that run in isolated
context to eliminate author-evaluator bias.
@one-kash one-kash requested a review from mnriem as a code owner March 28, 2026 00:59
@one-kash
Copy link
Copy Markdown
Contributor Author

Added a Spec Kit community extension badge and an Acknowledgments section to the repo README, referencing Spec Kit as the inspiration and linking back to the community extensions listing.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the Dev Workflow community extension entry to Spec Kit’s extension discovery surfaces, enabling users to find and install the extension via the community catalog and README listing.

Changes:

  • Registered dev-workflow in extensions/catalog.community.json with metadata, requirements, capabilities, and tags.
  • Updated the community extensions table in README.md to include “Dev Workflow”.
  • Bumped the community catalog updated_at timestamp.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
extensions/catalog.community.json Adds the dev-workflow extension metadata to the community catalog and updates catalog timestamp.
README.md Adds a new row for “Dev Workflow” in the Community Extensions table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants