t1k:ask
| Field | Value |
|---|---|
| Module | t1k-base |
| Version | 2.17.3 |
| Effort | medium |
| Tools | — |
Keywords: explain, guidance, how, pattern, question, technical, why
How to invoke
Section titled “How to invoke”/t1k:ask[question]TheOneKit Ask — Technical Q&A
Section titled “TheOneKit Ask — Technical Q&A”Context-aware Q&A that auto-activates relevant skills by topic and checks existing project knowledge.
Skill Activation
Section titled “Skill Activation”Read ALL .claude/t1k-activation-*.json files.
Match question keywords against ALL fragments. Activate all matching skills (ADDITIVE).
Process
Section titled “Process”- Classify question — architecture, API, gotcha, pattern, or design decision?
- Activate skills — match keywords → load relevant skill context
- Check project knowledge — scan
.claude/skills/gotchas before answering - Use
AskUserQuestionif question is ambiguous - Answer — cite skill source when possible; flag uncertainty explicitly
- Scope gate — if answer requires code changes, say: “To implement this, use
/t1k:cook”
Answer Format
Section titled “Answer Format”- Short questions → direct answer + relevant gotcha if applicable
- Architecture questions → options table with tradeoffs
- Gotcha questions → What/Why/Fix/Prevention pattern
Critical Constraints
Section titled “Critical Constraints”- DO NOT implement — answer and advise only
- If unsure about an API, say so and suggest
/t1k:scoutto verify - Always surface relevant gotchas from skill files
Technical Q&A only — does NOT implement or modify code.