Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Drive REASONS Canvas authoring and review for Spec Kitty missions that opted in to Structured-Prompt-Driven Development (SPDD) via charter selection. Triggers: "use SPDD", "use REASONS", "generate a REASONS canvas", "apply structured prompt driven development", "make this mission SPDD". Does NOT handle: enforcing SPDD on projects whose charter has not selected the doctrine pack (escalate to charter workflow instead). Does NOT mirror code as prose; code remains the source of truth for current beh
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 102% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 63% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 46% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 118% | 0% |
Drive REASONS Canvas authoring and review for missions that opted in to Structured-Prompt-Driven Development (SPDD) via charter selection. The canvas is a thin, agent-curated reasoning layer that sits next to the spec, plan, and tasks; it is not a duplicate system mirror.
This skill is documentation for the agent. It assumes the SPDD/REASONS doctrine pack (paradigm, tactics, styleguide, directive, template) has already been shipped under src/doctrine/ and that activation can be detected via the helper described below.
spec.md, plan.md, tasks.md, per-WP prompts,charter context, glossary, research notes, contracts, and relevant code.
kitty-specs/<mission>/reasons-canvas.md from theseven-section template fragment.
for one (a focused slice of the canvas scoped to a single work package).
classifies divergences using the drift taxonomy.
artifacts; it does not duplicate them. Code remains the source of truth for current behavior.
section already contains user content, the skill merges by appending or refining, never by silent rewrite.
charter. If the user demands enforcement and the charter is not configured, escalate to the charter workflow.
Three branches:
structured-prompt-driven-development, tactic reasons-canvas-fill, tactic reasons-canvas-review, or directive DIRECTIVE_038). Proceed with canvas authoring or review using the seven-section template at src/doctrine/templates/fragments/reasons-canvas-template.md.
without charter opt-in. Proceed, but stamp the canvas header with a "not formally opted in via charter" note so reviewers know the canvas is advisory only.
gate but the charter has not selected the pack. Do NOT enforce. Escalate to the charter workflow: suggest running the charter interview to add the paradigm or directive, then return to this skill.
Programmatic (preferred):
pythonfrom doctrine.spdd_reasons.activation import is_spdd_reasons_active active = is_spdd_reasons_active(repo_root)
The helper inspects .kittify/charter/governance.yaml and .kittify/charter/directives.yaml and returns True iff any of the four selectors is present:
structured-prompt-driven-developmentreasons-canvas-fillreasons-canvas-reviewDIRECTIVE_038Manual fallback: read .kittify/charter/governance.yaml directly and look for the same selectors under doctrine.selected_paradigms, doctrine.selected_tactics, or doctrine.selected_directives.
kitty-specs/<mission>/spec.md, plan.md,tasks.md, per-WP prompts, research/*, contracts/*, the project glossary, and any source files the spec or plan calls out.
src/doctrine/templates/fragments/reasons-canvas-template.md:
terms.
ownership boundaries.
things not to break.
[see spec.md §X](../spec.md#x) overinlining spec content. The canvas is a reasoning layer, not a copy.
writing. Merge new content into existing sections; never blow away user-authored prose.
## Deviations section is append-only.New entries go at the bottom in the form - <date> — <wp> — <description> — <rationale>. Never rewrite or re-order existing entries.
Output path: kitty-specs/<mission>/reasons-canvas.md.
Comparison-mode review pairs an implementation diff against the canvas:
Operation step in the canvas. Unmapped changes are signal.
terms that appear in the diff but not in the canvas, the spec, the plan, or the glossary.
(style/observability/security/performance/invariants).
data-model.md §Drift classification:
approved — diff matches canvas exactly.approved_with_deviation — small, documented divergence; record inthe canvas Deviations section.
canvas_update_needed — implementation is correct, canvas is stale.glossary_update_needed — new canonical term surfaced; escalate toglossary skill.
charter_follow_up — divergence touches charter policy; escalate.follow_up_mission — divergence is real but out of scope for thismission; file a follow-up.
scope_drift_block — diff exceeds mission scope; block.safeguard_violation_block — diff violates a Safeguard; block hard.Surface the classification in the review output. Two of the eight classifications (scope_drift_block, safeguard_violation_block) block landing; the rest are advisory or escalate.
The charter is the governance source of truth. If a directive, tactic, or norm declared in the charter conflicts with content in the canvas, the charter wins. The canvas must update; the charter does not. Treat any canvas claim that contradicts the charter as canvas_update_needed.
When canvas authoring or review surfaces a term that is missing, ambiguous, or in conflict with the project glossary, do NOT redefine the term inline. Escalate to the glossary skill (spec-kitty-glossary-context) so the canonical entry is updated once and propagated everywhere.
src/doctrine/templates/fragments/reasons-canvas-template.md
src/doctrine/spdd_reasons/activation.py (is_spdd_reasons_active)
.kittify/charter/governance.yaml
kitty-specs/<mission>/data-model.md §Drift classification
Other measured skills in the registry, with their headline benchmark lift.