This tile was archived by the owner on Feb 4, 2026
Reason: Superseded by tessl-labs/intent-integrity-kit
tessl install tessl-labs/spec-kit@0.6.4Specification-driven development workflow skills for AI coding assistants
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
$ARGUMENTSYou MUST consider the user input before proceeding (if not empty).
Before ANY action, load and internalize the project constitution:
Read constitution:
cat .specify/memory/constitution.md 2>/dev/null || echo "NO_CONSTITUTION"If file doesn't exist:
ERROR: Project constitution not found at .specify/memory/constitution.md
Cannot proceed without constitution.
Run: /speckit-00-constitutionParse all principles, constraints, and governance rules.
Extract Enforcement Rules: Find all MUST, MUST NOT, SHALL, REQUIRED, NON-NEGOTIABLE statements. These rules are checked BEFORE EVERY FILE WRITE.
Hard Gate Declaration:
CONSTITUTION ENFORCEMENT GATE ACTIVE
Extracted: X enforcement rules
Mode: STRICT - violations HALT implementationRun prerequisites check:
bash .tessl/tiles/tessl-labs/spec-kit/skills/speckit-01-specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasksParse JSON for FEATURE_DIR and AVAILABLE_DOCS.
If error or missing tasks.md:
ERROR: tasks.md not found in feature directory.
Run: /speckit-06-tasksBEFORE any implementation, perform complete validation sweep:
| Artifact | Required | Check |
|---|---|---|
| constitution.md | YES | Has principles section |
| spec.md | YES | Has Requirements + Success Criteria |
| plan.md | YES | Has Technical Context defined |
| tasks.md | YES | Has at least one task |
| checklists/*.md | YES | At least one checklist |
Report: Artifacts complete, Spec coverage %, Plan alignment, Constitution compliance, Checklist status, Dependencies valid. Output READY or BLOCKED.
FEATURE_DIR/checklists/- [ ]) vs Complete (- [x])tasks.md, plan.mddata-model.md, contracts/, research.md, quickstart.md, tests/test-specs.mdIf tests/test-specs.md exists in FEATURE_DIR:
bash .tessl/tiles/tessl-labs/spec-kit/skills/speckit-01-specify/scripts/bash/testify-tdd.sh comprehensive-check "FEATURE_DIR/tests/test-specs.md" ".specify/context.json" ".specify/memory/constitution.md"Replace FEATURE_DIR with the actual path from prerequisites check.
HASH_MISMATCH → assertions were tampered, halt with remediation stepsHASH_VALID → proceedIf TDD is mandatory in constitution but test-specs.md missing → ERROR
If Tessl installed, use tiles for library documentation. See references/tessl-integration.md for detailed patterns.
Key rule: Before implementing code using a tile's library, query mcp__tessl__query_library_docs.
Create/verify ignore files based on tech stack. See references/ignore-patterns.md for patterns by technology.
Extract from tasks.md:
Execution rules:
[x]Before writing ANY file:
[x] in tasks.md| Condition | Response |
|---|---|
| Tasks file missing | STOP: Run /speckit-06-tasks |
| Plan file missing | STOP: Run /speckit-03-plan |
| Constitution violation | STOP, explain, suggest alternative |
| Checklist incomplete | Ask user, STOP if declined |
| Task fails | Report error, halt sequential |
Implementation complete! Next steps:
- Run tests to verify functionality
- Commit and push changes
- /speckit-09-taskstoissues - (Optional) Export tasks to GitHub Issues