feat(GCP-655): Add Jira Initiative template - #82
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR adds a Jira Initiative template document and updates the Definition of Ready and Jira hierarchy documentation to reference it. ChangesJira Initiative Documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cblecker
left a comment
There was a problem hiding this comment.
Nit: the Related Documentation footer at the bottom of this file lists Story, Epic, Feature, and Task templates but doesn't include the new Initiative template. jira-hierarchy.md was correctly updated — just need the matching entry here:
- [Jira Initiative Template](./jira-initiative-template.md) - Initiative structure
(between Feature and Task to match the ordering in the hierarchy doc)
|
|
||
| --- | ||
|
|
||
| ## Technical Approach |
There was a problem hiding this comment.
For consistency with the Feature template (## Technical Approach (Optional)) and Epic template (## Technical Details (Optional)), consider marking this ## Technical Approach (Optional) — Initiatives may not have a decided approach at creation time either.
Add jira-initiative-template.md for internal/architectural work at Level 4 (same hierarchy level as Features, but for non-customer-facing work). Update Definition of Ready to reference the new template instead of the Feature template placeholder, and add the template to the hierarchy doc's Related Documentation section. Assisted-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
f7a5a26 to
a89fa28
Compare
For consistency with Feature and Epic templates. Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Thanks @cblecker! Good catch — updated |
Add initiative as a new supported issue type (Level 4, internal/architectural work — same hierarchy level as Feature but non-customer-facing). - Add reference/create-initiative.md following the create-feature.md pattern: problem statement, internal impact, success criteria, interactive workflow, description template, and anti-patterns - Update skills/create/SKILL.md: add initiative to type routing table, arguments, hierarchy diagram, parent linking table, pre-validation, error message, and usage examples - Update reference/gcp-hcp.md: add Initiative to issue types, MCP fields table, Epic Linking section, Initiative Template section, and Maintenance upstream sources — synced from openshift-online/gcp-hcp#82 - Bump jira plugin version 0.8.2 → 0.8.3 Note: docs/index.html not regenerated (Docker unavailable locally). Maintainers can run `make update` after merge if needed. Assisted-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Add initiative as a new supported issue type (Level 4, internal/architectural work — same hierarchy level as Feature but non-customer-facing). - Add reference/create-initiative.md following the create-feature.md pattern: problem statement, internal impact, success criteria, interactive workflow, description template, and anti-patterns - Update skills/create/SKILL.md: add initiative to type routing table, arguments, hierarchy diagram, parent linking table, pre-validation, error message, and usage examples - Update reference/gcp-hcp.md: add Initiative to issue types, MCP fields table, Epic Linking section, Initiative Template section, and Maintenance upstream sources — synced from openshift-online/gcp-hcp#82 - Bump jira plugin version 0.8.2 → 0.8.3 Note: docs/index.html not regenerated (Docker unavailable locally). Maintainers can run `make update` after merge if needed. Assisted-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Add initiative as a new supported issue type (Level 4, internal/architectural work — same hierarchy level as Feature but non-customer-facing). - Add reference/create-initiative.md following the create-feature.md pattern: problem statement, internal impact, success criteria, interactive workflow, description template, and anti-patterns - Update skills/create/SKILL.md: add initiative to type routing table, arguments, hierarchy diagram, parent linking table, pre-validation, error message, and usage examples - Update reference/gcp-hcp.md: add Initiative to issue types, MCP fields table, Epic Linking section, Initiative Template section, and Maintenance upstream sources — synced from openshift-online/gcp-hcp#82 - Bump jira plugin version 0.8.2 → 0.8.3 Note: docs/index.html not regenerated (Docker unavailable locally). Maintainers can run `make update` after merge if needed. Assisted-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
|
@katherinekeane I don't actually see any changes pushed. Can you check again? |
|
Sorry about that @cblecker — the commit was sitting locally and I forgot to push it. Should be there now: marked |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cblecker, katherinekeane The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* feat(jira): add initiative issue type support Add initiative as a new supported issue type (Level 4, internal/architectural work — same hierarchy level as Feature but non-customer-facing). - Add reference/create-initiative.md following the create-feature.md pattern: problem statement, internal impact, success criteria, interactive workflow, description template, and anti-patterns - Update skills/create/SKILL.md: add initiative to type routing table, arguments, hierarchy diagram, parent linking table, pre-validation, error message, and usage examples - Update reference/gcp-hcp.md: add Initiative to issue types, MCP fields table, Epic Linking section, Initiative Template section, and Maintenance upstream sources — synced from openshift-online/gcp-hcp#82 - Bump jira plugin version 0.8.2 → 0.8.3 Note: docs/index.html not regenerated (Docker unavailable locally). Maintainers can run `make update` after merge if needed. Assisted-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> * fix: address PR review comments on initiative support - Add "initiatives" to SKILL.md prose description (line 12) - Add Initiative→Outcome to parent field list and pre-validation table - Remove incorrect "Level 4" label from create-initiative.md and gcp-hcp.md Note: docs/index.html still requires `make update` (Docker/Podman unavailable locally) — CI check for plugins-doc-up-to-date remains failing. Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: regenerate index.html via skillsaw Fixes the plugins-doc-up-to-date CI check. Removes a spurious create-initiative entry that was manually added — reference files don't register as skills in the docs index. Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: address CodeRabbit nits on initiative support - Show full hierarchy Outcome → Initiative → Epic → Story in gcp-hcp.md - Update gcp-hcp.md sections list to match create-initiative.md template - Add initiatives to missing-project-key error message in SKILL.md Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat(GCP-655): add Jira Initiative template Add jira-initiative-template.md for internal/architectural work at Level 4 (same hierarchy level as Features, but for non-customer-facing work). Update Definition of Ready to reference the new template instead of the Feature template placeholder, and add the template to the hierarchy doc's Related Documentation section. Assisted-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> * docs: mark Technical Approach as Optional in initiative template For consistency with Feature and Epic templates. Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
docs/jira-initiative-template.mdfor creating Jira Initiatives — internal/architectural work at Level 4 (same level as Features, but for non-customer-facing work)Closes GCP-655 (template portion — the create-initiative skill is in a separate ai-helpers PR).
Context
Initiatives represent internal capability work (performance testing infrastructure, architectural improvements, tooling) that doesn't directly contribute to the product roadmap. The DoR already had Initiative criteria but noted "A dedicated Initiative template will be created in a follow-up task." This PR delivers that template.
Key differences from Feature template:
Test plan
jira-initiative-template.mddirectly🤖 Generated with Claude Code
Summary by CodeRabbit