docs: Initialize Spec Kit + ratify constitution v0.0.1#19
Draft
SayefReyadh wants to merge 4 commits into
Draft
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add edge-injector as peer service with coexistence note, add edge-services as related peer, and expand Known System Behaviors with edge-delivery + edge-injector coexistence documentation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…+ templates + 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
Initializes Spec Kit for spec-driven development per the Spec-Driven Development Standard and Agentic SDLC.
What's included
.specify/memory/constitution.md— Project constitution (v0.0.1) with service-specific principles, connected services map, known system behaviors, and governance.specify/templates/*.md— 5 templates used by Spec Kit skills (spec, plan, tasks, checklist, constitution).specify/feature.json— Active spec pointer.claude/skills/speckit-*/— 9 core Spec Kit skills for Claude Code (/speckit-specify,/speckit-plan,/speckit-tasks,/speckit-implement,/speckit-constitution,/speckit-clarify,/speckit-analyze,/speckit-checklist,/speckit-taskstoissues)What was intentionally removed
The initial
specify initscaffolded ~50 files. We removed 34 unnecessary files to keep the setup lean:.specify/scripts/— bash + PowerShell helpers (not used by Claude Code skills).specify/extensions/— git extension with auto-branch/commit scripts (we handle git manually).specify/workflows/— workflow YAML (skills work independently).specify/integrations/— manifest bookkeeping files.specify/extensions.yml,init-options.json,integration.json— config/bookkeepingspeckit-git-*) that depended on the removed scriptsConstitution highlights
The constitution is tailored to this service with:
How to use
After merging, the Spec Kit workflow is available via Claude Code slash commands:
/speckit-specify <description>— Define what to build (createsspec.md)/speckit-plan— Research codebase + create technical plan (plan.md)/speckit-tasks— Break into vertical slices (tasks.md)/speckit-implement— Execute the tasksOptional:
/speckit-clarify(de-risk ambiguity),/speckit-analyze(consistency check),/speckit-checklist(quality validation).Test plan
🤖 Generated with Claude Code