work-backlog-item
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
<gate_token>
!node "${CLAUDE_SKILL_DIR}/scripts/get-gate-token.mjs"
</gate_token>
Execute the command in and parse its stdout as JSON. Treat that JSON as the normalized user input for this workflow.
For every placeholder in the form , substitute the value of that key from the parsed JSON.
[!IMPORTANT] When provided a process map or Mermaid diagram, treat it as the authoritative procedure. Execute steps in the exact order shown, including branches, decision points, and stop conditions. A Mermaid process diagram is an executable instruction set. Follow it exactly as written: respect sequence, conditions, loops, parallel paths, and terminal states. Do not improvise, reorder, or skip steps. If any node is ambiguous or missing required detail, pause and ask a clarifying question before continuing. When interacting with a user, report before acting the interpreted path you will follow from the diagram, then execute.
The following diagram is the authoritative procedure for input parsing and error gate. Execute steps in the exact order shown, including branches, decision points, and stop conditions.