← Back to list

rituals-guide
by rm2thaddeus
A repository for the Pixel Detective project.
⭐ 14🍴 3📅 Jan 15, 2026
SKILL.md
name: rituals-guide description: 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.
Rituals Guide
This skill turns the lessons in MANIFESTO.md into a practical workflow:
- audit an existing sprint folder and its linked evidence, then
- scaffold missing docs/templates to follow the same rituals consistently.
Quickstart
- Audit + generate perspectives:
python skills/rituals-guide/scripts/audit_and_scaffold_rituals.py --sprint sprint-11 - Audit + scaffold missing templates:
python skills/rituals-guide/scripts/audit_and_scaffold_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>/_linked_docs.json - Optional scaffolds (only when
--scaffold):docs/sprints/<sprint>/RESEARCH_BRIEF.mddocs/sprints/<sprint>/PROMPT_PACK.mddocs/sprints/<sprint>/ACCEPTANCE_CHECKS.md
Notes
- Uses existing sprint docs as anchors; no new sprint metadata required.
- The audit rubric is derived from
MANIFESTO.mdanddocs/reference_guides/manifesto-derived-rules.md.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon