Open
Conversation
Introduce spec-first, skills-driven workflow for AI coding agents: - CLAUDE.md + AGENTS.md with Task Router and agent delegation model - .ai/specs/ with lifecycle rules, naming conventions, and Open Questions gate - .ai/skills/spec-writing/ with templates and review checklist - .ai/skills/code-review/ with structured review workflow and checklist - .ai/lessons.md for accumulated pitfalls (empty, grows organically) - docs/ai-development-process.md explaining the system for contributors - README.md updated with link to the new docs
Reference AGENTS.md instead of repeating the full model.
- implement-spec: orchestrates full spec implementation lifecycle (plan → code with subagents → tests → self-review → update spec) - create-agents-md: enforces prescriptive tone, MUST rules, and consistent structure when writing AGENTS.md files - Update Task Router and dev process doc with new skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.md+AGENTS.mdwith Task Router and agent delegation model.ai/specs/with lifecycle rules, naming conventions, Open Questions gate, and spec template.ai/skills/spec-writing/and.ai/skills/code-review/with checklists.ai/lessons.mdfor accumulated pitfalls (grows organically)docs/ai-development-process.md— full explanation for contributorsKey concepts
Test plan
CLAUDE.mdloads correctly in Claude Code (@AGENTS.mdreference)/spec-writingand/code-reviewskills are discoverabledocs/ai-development-process.mdfor clarity