-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
4 / 44 of 4 issues completedClosed
4 / 44 of 4 issues completed
Copy link
Labels
Description
Overview
This tracking issue covers the integration of GitHub's spec-kit system into the gh-aw repository to enable Spec-Driven Development workflows using agentic workflows.
Source: Issue #5761
Background
Spec-kit is an open-source toolkit that enables Spec-Driven Development - a methodology where specifications become executable and directly generate working implementations. The toolkit provides:
- Structured development workflow commands (
/speckit.constitution,/speckit.specify,/speckit.plan,/speckit.tasks,/speckit.implement) - Project constitution/governance for consistent decision-making
- Feature specification templates and validation
- Technical planning with tech stack flexibility
- Task breakdown and execution
Objectives
- Configure this repository to use spec-kit templates and workflow
- Create an agentic workflow that automates the spec-kit "execute" command
- Schedule the workflow to run periodically and process pending work
- Enable AI-driven implementation of specifications using gh-aw capabilities
Planned Tasks
This work is broken down into the following sub-issues:
- Set up spec-kit directory structure and templates - Initialize the
.specify/directory with constitution, scripts, and templates - Create spec-kit execute agentic workflow - Build a scheduled workflow that runs the spec-kit implementation process
- Configure scheduled execution - Set up workflow triggers for periodic execution of pending specifications
- Add documentation and examples - Document the spec-kit integration and provide example specifications
Success Criteria
- Repository has
.specify/directory with proper templates - Agentic workflow can execute spec-kit commands
- Workflow runs on schedule and processes pending work
- Documentation explains how to use spec-kit with gh-aw
- Example specification demonstrates the workflow
References
- Spec-kit Repository
- Spec-kit Documentation
- Spec-Driven Development Methodology
Related to Spec kit #5761
AI generated by Plan Command for #5761