Add recovery protocol for closing gaps in specs, tests, and coverage#1
Merged
Conversation
The methodology prescribed spec-first, test-first rigorously but had no structured process for what happens when gaps are discovered after the fact. This commit adds a formal recovery protocol and wires it into every layer of the system: manifesto, playbook, agent rules, Cursor rules, workflow, agent operating model, glossary, README, changelog, and roadmap. Includes reference/recovery.md (full protocol) and harness/templates/gap-assessment-template.md (gap documentation template).
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
eference/recovery.md) defining how teams handle gaps discovered after code exists: spec gaps, mold gaps, coverage erosion, and contract gaps
eference/ paths that break after init
What changed (13 files, 470 insertions)
New files:
eference/recovery.md - Full protocol: discovery triggers, classification taxonomy, triage, recovery sequence (audit, spec patch, mold patch, recast, re-review), kanban integration, recurrence prevention, metrics
Manifesto and philosophy:
Operational harness:
Reference docs:
eference/workflow.md - Retroactive gap discovery section, companion list
eference/agent-operating-model.md - Retroactive gap discovery failure mode, companion list
eference/glossary.md - 6 new terms: contract gap, coverage erosion, gap assessment, mold gap, recovery, spec gap
Meta:
Test plan
eference/recovery.md cross-references resolve within the repo
eference/ paths) for recovery protocol references
Made with Cursor