references/acli-commands.md | Running an acli command you haven't used before, or hitting unexpected flag behavior. Quick reference for syntax, flag differences, and output formats. |
references/fields.md | Need to know a field name, custom field ID, accepted values, or label conventions. Custom fields, labels, link types, components, priorities. |
references/workflows.md | Transitioning issues, checking exit criteria, or verifying readiness for the next status. |
references/templates.md | Creating new issues. Also load references/workflows.md for required fields at entry status. |
references/support.md | Handling support cases, filing bugs from customer cases, or creating feature requests from support. |
references/jql-patterns.md | Building a JQL query, finding a board ID, or looking up sprint information. JQL cookbook with 23+ tested queries. |
references/auth.md | Setting up authentication for REST API or GraphQL calls. Token file format, path discovery, security, instance config, common auth errors. |
references/rest-api-fallback.md | acli failed to update a custom field (Team, Size, Story Points, Release Note Type). Curl examples, response handling, OpenAPI spec discovery. |
references/graphql-queries.md | Complex read queries needing multiple fields, relationships, or custom field data in one call. Schema introspection, JQL search via GraphQL, field type fragments. Also for bulk operations where acli would be too slow. |
references/assign.md | Recommending assignees for unassigned issues. Team roster lookup, expertise profiling, sprint capacity analysis, context proximity scoring. Also for applying assignments after user confirmation. |
references/refine.md | Checking issues against exit criteria per status, identifying duplicates, missing fields, unaddressed comments, and readiness for the next workflow status. |
references/plan.md | Sprint planning prep: carryover report, velocity trend, per-member capacity, ready-for-planning queue, sprint fill suggestions. |
references/sprint-report.md | Sprint review summary: committed vs completed, per-member breakdown, epic progress, demo checklist with naming conventions, velocity trend. |
references/release.md | Release readiness report: feature matrix, PI funnel states, epic roll-up, cross-team dependency map, blocker bugs, RN readiness, risk assessment. |
references/to-feature.md | Create a RHDHPLAN Feature from conversation context with grill and optional Epic decomposition. |
references/to-epic.md | Create an RHIDP Epic from conversation context with grill and optional Story/Task decomposition. |
references/to-issue.md | Create a Story, Task, Bug, or Spike with automatic type inference and grill. |
references/update-jira-status.md | Update a Jira issue with session progress, status comment, transitions, and upward cascade to parent Epic/Feature. |
references/duplicates.md | Duplicate detection for pre-creation checks and refinement audits. Shared across creation commands and refine. |
references/grill.md | Shared challenging behavior for issue creation grills: sizing, completeness, scope, risks, cross-referencing. |
references/sizing.md | T-shirt sizing guide for Features/Epics and Fibonacci story points for Stories/Tasks. Used during grills and refinement. |