From ayanokoji
Run the verification gate checks for the current task and update scaffold files based on the result. Use when the user wants to check completion, run gate, verify task, "ayanokoji-gate", or "/ayanokoji-gate".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ayanokoji:ayanokoji-gateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have been invoked as `ayanokoji-gate`. Run the verification gate check on the current task's acceptance criteria and update the scaffold files accordingly. One shot — do NOT modify source code files.
You have been invoked as ayanokoji-gate. Run the verification gate check on the current task's acceptance criteria and update the scaffold files accordingly. One shot — do NOT modify source code files.
Locate the Acceptance Criteria check:
TASK.md and find the runnable command or check under "Acceptance Criteria".Execute the check:
Apply the Gate Decision:
PROGRESS.md Completed Tasks by adding this task, its verification command, and the captured output.TASK.md with a clean/blank state to declare the task finished.PROGRESS.md Failed Attempts by logging what was tried, the exact captured error, and a "must never be repeated" clause.TASK.md Approach and Known Risks need updating.npx claudepluginhub atanu2k4/ayanokoji.md --plugin ayanokojiGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Reference for writing and editing skills with predictable behavior, covering invocation models, description writing, and information hierarchy.