smithery/rm2thaddeus

rituals-guide

Audit and scaffold sprint documentation rituals based on MANIFESTO.md. Use when the user wants to follow the research -> spec -> prompt -> implement -> document workflow, generate checklists/templates, or evaluate documentation quality for a sprint.

Installation

$ npx skills add smithery/rm2thaddeus --skill rituals-guide

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/rm2thaddeus.

npx skills add smithery/rm2thaddeus

Browse all from smithery/rm2thaddeus

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,368 B
  • docs SUMMARY.md 270 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Rituals Guide

This skill turns the lessons in MANIFESTO.md into a practical workflow:

  1. audit an existing sprint folder and its linked evidence, then
  2. scaffold missing docs/templates to follow the same rituals consistently.

Quickstart

  • Audit + generate perspectives: python skills/rituals-guide/scripts/auditandscaffold_rituals.py --sprint sprint-11
  • Audit + scaffold missing templates: python skills/rituals-guide/scripts/auditandscaffold_rituals.py --sprint sprint-11 --scaffold

Outputs (per sprint folder)

  • docs/sprints/<sprint>/RITUAL_AUDIT.md
  • (Calls sprint perspectives generator) docs/sprints/<sprint>/PERSPECTIVES.md + docs/sprints/<sprint>/linkeddocs.json
  • Optional scaffolds (only when --scaffold):

- docs/sprints/<sprint>/RESEARCHBRIEF.md - docs/sprints/<sprint>/PROMPTPACK.md - docs/sprints/<sprint>/ACCEPTANCE_CHECKS.md

Notes

  • Uses existing sprint docs as anchors; no new sprint metadata required.
  • The audit rubric is derived from MANIFESTO.md and docs/reference_guides/manifesto-derived-rules.md.