Closed
Conversation
added 9 commits
January 28, 2026 21:29
…specification, tasks, and task-to-issues conversion - Implemented speckit.constitution.agent for managing project constitution updates and synchronization. - Created speckit.implement.agent to execute implementation plans based on defined tasks. - Developed speckit.plan.agent to facilitate the planning workflow and generate design artifacts. - Added speckit.specify.agent for creating and updating feature specifications from natural language descriptions. - Introduced speckit.tasks.agent to generate actionable, dependency-ordered task lists from design artifacts. - Implemented speckit.taskstoissues.agent to convert tasks into GitHub issues based on existing design documents. - Created prompts for each agent to streamline user interactions and ensure proper execution flow.
- Created agent-file-template.md for project development guidelines. - Added checklist-template.md for feature-specific checklists. - Introduced plan-template.md for implementation planning of features. - Developed spec-template.md for detailed feature specifications. - Established tasks-template.md for organizing tasks related to feature implementation.
…re and best practices
…uirements for new features
PR Changes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21048 +/- ##
=======================================
Coverage 66.87% 66.87%
=======================================
Files 225 225
Lines 21419 21419
Branches 2819 2819
=======================================
Hits 14323 14323
Misses 6988 6988
Partials 108 108 🚀 New features to boost your workflow:
|
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.
Description
Setups up spec kit for our repository. Pushes initial constitution, setups spec-kit for Copilot, Claude and codex. Makes some modification to core spec kit scripts to for better branch names.
By default, it takes your username and creates
<git-username>/feat/001-featurename.Creates support for config.json to have a custom branch prefix.
Code Changes Checklist
npm run test)Reviewers: Please read our reviewer guidelines