coding-init
Installation
SKILL.md
Coding instructions
Variables
testing type.
Workflow
Execute every step sequentially. Skip nothing. Steps:
1: Get input from user or delegating mode
- Read the task description.
- Ambiguity check — answer these silently:
- Can I state the objective in one sentence without "probably" or "I assume"?
- Is there exactly one plausible interpretation?
- Do I know the target files/components?
- If any answer is "no": Use
resolve-ambiguityskill now. Do not proceed until resolved. - If all answers are "yes": Continue to Step 2.
- Check for
testing typefrom user or delegating mode.