Skip to content

Add Jira backlog projection skill#2005

Draft
kin0992 wants to merge 15 commits into
feats/uc-engraver-skillfrom
feats/jira-magister
Draft

Add Jira backlog projection skill#2005
kin0992 wants to merge 15 commits into
feats/uc-engraver-skillfrom
feats/jira-magister

Conversation

@kin0992

@kin0992 kin0992 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the jira-magister skill to project validated DR/SRS Use Cases into a reviewable Jira backlog. It proposes multiple few-sprint Epics, creates sprint-sized actor-facing Stories and technical Tasks, preserves stable source traceability, blocks on readiness gaps, and requires confirmation before Jira mutations.

Also aligns the existing AIEPDF plugin rename and delegates Jira projection from uc-engraver and dr-blacksmith.

Validation

  • quick_validate.py plugins/aiepdf/skills/jira-magister
  • JSON parsing for plugin, settings, and eval metadata
  • git diff --check

Depends on #1981

@kin0992
kin0992 temporarily deployed to bootstrapper-dev-ci July 21, 2026 10:25 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to infra-prod-ci July 21, 2026 10:25 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-prod-ci July 21, 2026 10:25 — with GitHub Actions Inactive
@kin0992
kin0992 changed the base branch from main to feats/uc-engraver-skill July 21, 2026 10:25
@kin0992
kin0992 changed the base branch from feats/uc-engraver-skill to main July 21, 2026 10:26
@kin0992
kin0992 changed the base branch from main to feats/uc-engraver-skill July 21, 2026 12:42
@kin0992
kin0992 temporarily deployed to bootstrapper-dev-ci July 21, 2026 12:44 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-prod-ci July 21, 2026 12:44 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to infra-prod-ci July 21, 2026 12:44 — with GitHub Actions Inactive
Comment thread plugins/aiepdf/skills/jira-magister/references/issue-contract.md Outdated
@kin0992
kin0992 temporarily deployed to infra-prod-ci July 22, 2026 14:10 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-dev-ci July 22, 2026 14:10 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-prod-ci July 22, 2026 14:10 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-dev-ci July 22, 2026 14:15 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-prod-ci July 22, 2026 14:15 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to infra-prod-ci July 22, 2026 14:15 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-prod-ci July 23, 2026 08:50 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to infra-prod-ci July 23, 2026 08:50 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-dev-ci July 23, 2026 08:50 — with GitHub Actions Inactive
@kin0992
kin0992 force-pushed the feats/uc-engraver-skill branch 3 times, most recently from e96d681 to 86be072 Compare July 23, 2026 13:31
kin0992 and others added 3 commits July 23, 2026 15:38
Make confluence-librarian applicable to arbitrary prepared pages and documents instead of centering its triggers and examples on product artifacts.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Register the AIEPFD skills directory and distinguish required parent pages from top-level publications.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The prd-alchemist skill takes unstructured product input (chat logs, meeting
notes, documents, scattered ideas) and synthesizes it into a coherent first PRD
draft. It gathers material, analyzes sources to find shared meaning, regroups
related information, surfaces gaps explicitly, and produces a Status:draft
document.

The skill is the gathering phase only: it does not publish, review, or advance
the document beyond draft status.

Includes:
- SKILL.md: gathering workflow with guardrails
- templates/prd-draft.md: lightweight draft scaffold
- plugin.json: aiepfd plugin with skills registration

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
kin0992 and others added 12 commits July 23, 2026 15:39
Address PR review feedback:
- Expand the acronym to "Product Requirements Document (PRD)" in the skill
  description and add synonyms (product spec, requirements document) so the
  skill activates on more natural user phrasings.
- Add an "About PRDs" section giving the agent framing on what a PRD is, its
  purpose, and its audience, so drafts match the tone and focus expected by
  product managers, engineers, and designers.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Create a Skill to write/update PRD.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Adopt the documented PRD hierarchy, visible metadata, complete JTBD fields, and review-readiness behavior while keeping downstream implementation details out of the PRD.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep prd-alchemist focused on PRD authoring and hand confirmed Confluence publication to confluence-librarian.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add a Markdown-first dr-blacksmith skill for parent Design Review and Software Requirements Specification documents, including stable IDs, RFC propagation rules, Use Case indexing, readiness guidance, and optional Confluence publication.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep dr-blacksmith focused on DR/SRS authoring and hand confirmed publication to the dedicated Confluence skill.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Introduce a dedicated UC authoring workflow with stable IDs, exact PRD actor reuse, parent DR synchronization, and Confluence handoff. Delegate detailed Use Case authoring from dr-blacksmith while preserving its catalog-only boundary.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Project validated Use Cases into confirmed, traceable Jira Epics, Stories, and Tasks while preserving the AIEPDF plugin rename and workflow ownership.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use explicit actor, action, and gain placeholders consistently across the Jira Magister skill documentation.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Separate Epic hierarchy from valuable blocks relationships and require link direction and verification in Jira backlog projections.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Document native Confluence and Figma linking in Jira projections and include the local DR, PRD, and Use Case source artifacts used by the workflow.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@kin0992
kin0992 force-pushed the feats/jira-magister branch from f1a3919 to 48bb791 Compare July 23, 2026 13:46
@kin0992
kin0992 temporarily deployed to infra-prod-ci July 23, 2026 13:46 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-dev-ci July 23, 2026 13:46 — with GitHub Actions Inactive
@kin0992
kin0992 temporarily deployed to bootstrapper-prod-ci July 23, 2026 13:46 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant