Skip to content

Latest commit

 

History

History
135 lines (97 loc) · 9.85 KB

File metadata and controls

135 lines (97 loc) · 9.85 KB
title Specorator documentation
folder docs
description Entry point for user-facing documentation organized by Diataxis reading mode.
entry_point true

Specorator documentation

This is the user-facing index for docs/. It is organised by Diátaxis — the four quadrants describe what kind of doc something is, not what subject it covers.

If you want to… Read…
📚 Learn Specorator end-to-end a Tutorial
🛠 Do a specific task a How-to
📖 Look up an authoritative fact a Reference doc
💡 Understand why something is the way it is an Explanation doc

If you are new to the project, start with the tutorial. If you already know the basics, jump straight to the recipe or reference you need.

For plugin adopters, start with the Specorator Claude Code Plugin User Manual. It is written for Obsidian and surfaced by the Astro product page from the same Markdown metadata.


📚 Tutorials

Learning-oriented. You follow them step by step; you reach a known end state.

  • Drive your first feature end-to-end — 60–90 minutes. Add the glossary entry docs/glossary/tracer-bullet.md, walking every Specorator stage from Idea to Retrospective. The point is to internalise the lifecycle, not the change.

Quadrant last reviewed: 2026-04-28.


🛠 How-to guides

Task-oriented recipes — how do I do X? You arrive knowing the goal; you leave with the steps.

Nineteen recipes are available. Four common starting points:

For the full set grouped by intent (Onboarding / Day-to-day / Quality and release / Tooling and extensibility), see the how-to index.

Quadrant last reviewed: 2026-04-28.

Operational runbooks

For 2 a.m. / SRE / on-call procedures, see docs/playbooks/. Playbooks are operational responses to incidents; recipes above are workflow tasks for builders.


📖 Reference

Look-it-up, normative. Authoritative; not narrative.

Reference + How-to (dual-purpose)

These three docs answer two questions side-by-side: what is the rule? (Reference) and how do I follow it? (How-to). Read the Reference first when you want to know the contract; read the How-to first when you want to do the task.

Topic Reference (the rule) How-to (the procedure)
Pre-PR gate verify-gate.md how-to/run-verify-gate.md
Branch shapes and prefixes branching.md how-to/open-pr.md
Worktree lifecycle worktrees.md how-to/resume-paused-feature.md, how-to/open-pr.md
Doctor preflight scripts/doctor/ how-to/run-doctor.md

Quadrant last reviewed: 2026-04-28.


💡 Explanation

Understanding-oriented. Background, rationale, and the why behind decisions.

Quadrant last reviewed: 2026-04-28.


For agents and contributors

These directories are not user-facing reading material; they are listed here so the doc map is complete.

  • steering/ — scoped context loaded by stage agents (product, tech, ux, quality, operations). If you are configuring the agents for your own project, start with steering/README.md. It is not part of the Diátaxis surface for human readers.
  • archive/, daily-reviews/, postmortems/, issues/, pull-requests/, plans/, superpowers/ — operational, historical, or contributor-internal collections. They will grow as the project adds methods, constraints, and frameworks; they are deliberately outside the Diátaxis quadrant map and the hub-drift check. The docs-review-bot keeps the rest of docs/ in check.

Maintaining this hub

Any PR that adds, renames, or removes a file under docs/ must update this hub in the same PR. The rule lives in CONTRIBUTING.md. The docs-review-bot flags PRs that touch docs/ without touching docs/README.md.