End-to-end ticket processing from todo/ queue through GSD planning and Kimi implementation. Single entry point for the automation pipeline.
Process Jira tickets through automatic GSD planning and autonomous Kimi execution.
Each rule is self-contained with clear inputs/outputs and error handling.
When invoked (e.g., /work or /work MT-XXXX):
/jira inbox MT-XXXX firstrules/index-management.md -- INDEX.md read/write/update patternsrules/ticket-selection.md -- Pick ticket from queue (D-01, D-02, D-03)rules/branch-management.md -- Feature branch creation (EXEC-01)rules/context-consolidation.md -- Consolidate ticket data for GSD (PLAN-02)rules/gsd-orchestration.md -- Auto-run discuss->plan->execute (D-04, D-09)rules/kimi-execution.md -- Invoke Kimi with GSD agent mode (D-07, D-08)rules/test-retry-loop.md -- 3-attempt retry with escalation (D-10-D-13)rules/lint-validation.md -- Linting and formatting checks (EXEC-04)rules/human-checkpoint.md -- Approval gate before external actions (D-05, D-14)