chore: add Spec Kit scaffolding for spec-driven development#62
Open
adityamparikh wants to merge 4 commits intoapache:mainfrom
Open
chore: add Spec Kit scaffolding for spec-driven development#62adityamparikh wants to merge 4 commits intoapache:mainfrom
adityamparikh wants to merge 4 commits intoapache:mainfrom
Conversation
Install GitHub's Spec Kit (github/spec-kit) to enable structured, specification-driven feature development with AI coding assistants. Adds the .specify/ directory with templates, bash scripts, and project memory, plus a developer guide in dev-docs/SPECKIT.md explaining the workflow and how to use each slash command. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
Fill the constitution template with five core principles derived from the project's architecture and CLAUDE.md guidance: 1. MCP Protocol Fidelity — tools must be stateless, stdout-safe 2. Solr Version Compatibility — graceful degradation across 8.11–10.x 3. Test Coverage at Every Layer — unit, integration, and Docker tests 4. Clean Separation of Concerns — domain packages, strategy pattern 5. Simplicity and Minimalism — no speculative abstractions Also documents the technology stack, development workflow, and governance rules for amending the constitution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: adityamparikh <aditya.m.parikh@gmail.com>
3 tasks
…nstitution docs: initialize Spec Kit constitution with project principles
Signed-off-by: Aditya Parikh <adityamparikh@gmail.com>
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
.specify/directory) with templates, bash scripts, and project memory for structured spec-driven feature developmentdev-docs/SPECKIT.mddocumenting the workflow, directory structure, available slash commands (/speckit.specify,/speckit.plan,/speckit.tasks, etc.), and when to use spec-driven development.claude/commands/speckit.*.md(added separately) integrate with the.specify/scaffolding to enable the full specify → plan → task → implement lifecycleTest plan
.specify/scripts/bash/*.share executabledev-docs/SPECKIT.mdrenders correctly on GitHub/speckit.constitutionin Claude Code to confirm scaffolding works end-to-end🤖 Generated with Claude Code