@@ -93,11 +93,13 @@ Use the template that best fits the work; GitHub surfaces these on new-issue.
9393For ` technical-task.md ` , fill "Starting point" and "Constraints and gotchas" thoroughly; those are
9494what an agent or new developer needs to pick up work cold.
9595
96- The ` create-issue ` skill guides choosing the template, wording, labeling, reviewing, and filing.
96+ The ` create-issue ` skill guides checking for duplicates, choosing the template, wording, labeling, reviewing, and filing.
97+ After initial human review, the ` refine-issue ` skill pressure-tests an existing issue for sprint
98+ readiness.
9799
98100## Architecture and CI
99101
100- Deep reference lives in two rule files under ` rules/ ` at the repo root. Claude Code auto-loads each
102+ Deep reference lives in rule files under ` rules/ ` at the repo root. Claude Code auto-loads each
101103when you touch a path its ` paths: ` frontmatter matches; other tools do not, so open the relevant file
102104directly when working the paths noted below.
103105
@@ -106,6 +108,8 @@ directly when working the paths noted below.
106108 ` skills/generate-strata-docs/ ` , or anything under ` docs/ ` .
107109- ` rules/ci.md ` : the lint pipeline and the doc-generation workflows. Applies when editing
108110 ` .github/workflows/ ` or doc frontmatter.
111+ - ` rules/subagent-model-tiers.md ` : which Claude model to give a sub-agent that a skill dispatches
112+ via the ` Agent ` /Task tool. Applies when editing anything under ` skills/ ` .
109113
110114## Conventions and gotchas
111115
@@ -118,8 +122,8 @@ directly when working the paths noted below.
118122 ` .claude/settings.local.json ` is per-user and not committed. See ` rules/architecture.md ` .
119123- ` docs/INDEX.md ` and ` docs/graph.json ` are generated by ` build_graph ` ; never hand-edit them.
120124- ` docs/.verification/ ` and ` docs/.curation/ ` are the audit trail; never delete them.
121- - Other pipeline-internal conventions (the shared ` scripts/frontmatter.py ` parser, the
122- ` docs/superpowers/ ` design spec and ` § ` references) live in ` rules/architecture.md ` .
125+ - Other pipeline-internal conventions (the shared ` scripts/frontmatter.py ` parser) live in
126+ ` rules/architecture.md ` .
123127
124128## Documentation maintenance
125129
@@ -131,7 +135,7 @@ Keep these current as the project evolves; update before closing the PR.
131135| New source type | Profile in ` skills/generate-strata-docs/references/profiles/ ` and ` sources.md ` |
132136| New registry key | The relevant registry file, before any doc references it |
133137| New issue template or workflow convention | ` CONTRIBUTING.md ` and Workflow above |
134- | Architecture change | ` rules/architecture.md ` , and ` docs/superpowers/specs/ ` if the design spec is affected |
138+ | Architecture change | ` rules/architecture.md ` |
135139| CI workflow change | ` rules/ci.md ` |
136140
137141If a change makes a section stale, update it in the same PR. Do not leave documentation that
0 commit comments