internal-asklisted
Install: claude install-skill erclx/canon
# Internal ask
Manual Q&A surface for toolkit self-knowledge. User triggers with `/internal-ask <question>`. Output is short, cites the source file, and stops.
## Guards
- If no question is provided, stop: `❌ No question. Ask something like "how do I set up a target project".`
- Do not modify any file. This skill is read-only.
- Do not open `src/`, `scripts/`, or any source file. Prose surfaces only.
## Step 1: read the indexes in parallel
From the project root, read these together:
- `docs/index.md`: one-line summary per consumer-facing reference (CLI surface, AI workflow, target-project integration, and the workflow method docs)
- `.claude/context/index.md`: one-line summary per domain's internal narrative (how a domain is built, decisions, gotchas)
- `standards/index.md`: one-line summary per authoring convention, each governing the shape of one document type or one attribute carried across every document
- `wiki/index.md`: one line per role catalog, each holding the page summaries for the subjects it owns
All four indexes are small. Parallel read avoids routing errors between consumer references, domain context, authoring conventions, and wiki prose.
## Step 2: pick one file
Match the question against the one-line summaries in all four indexes. Pick the single most relevant file.
- Prefer `docs/` for CLI surface, target-project integration, and the workflow this repo runs on (AI workflow, operating model, design tiers, shell aliases)
- Prefer `.claude/context/`