@groupby/ai-dev 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/README.md +3 -1
  2. package/dist/index.js +86 -19
  3. package/package.json +4 -4
  4. package/skills/library/implementation-plan/README.md +19 -0
  5. package/skills/library/implementation-plan/SKILL.md +337 -0
  6. package/skills/library/jira-plan/README.md +17 -0
  7. package/skills/library/jira-plan/SKILL.md +163 -0
  8. package/toolsets/rzlv-flow/README.md +54 -9
  9. package/toolsets/rzlv-flow/resources/confluence-file-structure.md +129 -23
  10. package/toolsets/rzlv-flow/resources/sync-state-format.md +109 -0
  11. package/toolsets/rzlv-flow/skills/jira-daily-triage/SKILL.md +13 -5
  12. package/toolsets/rzlv-flow/skills/jira-sprint-status/SKILL.md +28 -1
  13. package/toolsets/rzlv-flow/skills/jira-ticket-focus/SKILL.md +6 -1
  14. package/toolsets/rzlv-flow/skills/jira-wrap-sync/SKILL.md +41 -8
  15. package/skills/skills/README.md +0 -61
  16. package/skills/skills/archived/README.md +0 -3
  17. package/skills/skills/library/README.md +0 -3
  18. package/skills/skills/library/frontend-design/LICENSE.txt +0 -177
  19. package/skills/skills/library/frontend-design/SKILL.md +0 -42
  20. package/teams/teams/brain-studio/skills/code-review/SKILL.md +0 -46
  21. package/toolsets/toolsets/rzlv-flow/README.md +0 -102
  22. package/toolsets/toolsets/rzlv-flow/docs/mcp-setup.md +0 -126
  23. package/toolsets/toolsets/rzlv-flow/resources/README.md +0 -16
  24. package/toolsets/toolsets/rzlv-flow/resources/confluence-file-structure.md +0 -285
  25. package/toolsets/toolsets/rzlv-flow/resources/confluence-page-templates/README.md +0 -19
  26. package/toolsets/toolsets/rzlv-flow/resources/confluence-page-templates/decisions.md +0 -36
  27. package/toolsets/toolsets/rzlv-flow/resources/confluence-page-templates/initiative-overview.md +0 -40
  28. package/toolsets/toolsets/rzlv-flow/resources/confluence-page-templates/strategic-context.md +0 -44
  29. package/toolsets/toolsets/rzlv-flow/resources/confluence-page-templates/technical-architecture.md +0 -48
  30. package/toolsets/toolsets/rzlv-flow/resources/fcmp-protocol.md +0 -331
  31. package/toolsets/toolsets/rzlv-flow/resources/jira-file-structure.md +0 -177
  32. package/toolsets/toolsets/rzlv-flow/resources/sync-state-format.md +0 -318
  33. package/toolsets/toolsets/rzlv-flow/skills/atlassian-orchestrator/SKILL.md +0 -643
  34. package/toolsets/toolsets/rzlv-flow/skills/context-analyst/SKILL.md +0 -265
  35. package/toolsets/toolsets/rzlv-flow/skills/jira-comment/SKILL.md +0 -89
  36. package/toolsets/toolsets/rzlv-flow/skills/jira-daily-triage/SKILL.md +0 -143
  37. package/toolsets/toolsets/rzlv-flow/skills/jira-sprint-status/SKILL.md +0 -143
  38. package/toolsets/toolsets/rzlv-flow/skills/jira-status/SKILL.md +0 -97
  39. package/toolsets/toolsets/rzlv-flow/skills/jira-sync/SKILL.md +0 -148
  40. package/toolsets/toolsets/rzlv-flow/skills/jira-ticket-focus/SKILL.md +0 -245
  41. package/toolsets/toolsets/rzlv-flow/skills/jira-ticket-trace/SKILL.md +0 -112
  42. package/toolsets/toolsets/rzlv-flow/skills/jira-wrap-sync/SKILL.md +0 -260
  43. /package/toolsets/{toolsets/rzlv-flow → rzlv-flow}/docs/getting-started.md +0 -0
  44. /package/toolsets/{toolsets/rzlv-flow → rzlv-flow}/skills/confluence-fetch/SKILL.md +0 -0
  45. /package/toolsets/{toolsets/rzlv-flow → rzlv-flow}/skills/confluence-publish/SKILL.md +0 -0
@@ -0,0 +1,337 @@
1
+ ---
2
+ name: implementation-plan
3
+ description: >-
4
+ Generate a structured implementation plan from a source document, inline notes,
5
+ or any written input. Use when starting a new feature, task, or project and you
6
+ need a phased breakdown with checklists, detailed sub-plans, and architecture
7
+ justification. Produces planning files in docs/planning/.
8
+ ---
9
+
10
+ # Implementation Plan
11
+
12
+ Turn a source document or set of notes into a structured, actionable implementation plan with phased checklists.
13
+
14
+ ## Input
15
+
16
+ The user provides **one** of:
17
+
18
+ - A path to an existing document (spec, ticket export, design doc, etc.)
19
+ - Inline notes or a description pasted into the conversation
20
+ - Any other written source of requirements
21
+
22
+ ## Process
23
+
24
+ ### 1. Read and understand the source material
25
+
26
+ - If the user provided a file path, read the file.
27
+ - If the user provided inline notes, use those directly.
28
+ - Extract the following from the source material:
29
+ - **Goal and scope** — what is being done and what is explicitly out of scope
30
+ - **Acceptance criteria** — concrete conditions for "done," if stated
31
+ - **Decisions already made** — explicit choices from the source, with rationale if available
32
+ - **Assumptions** — things taken as true that haven't been verified; note confidence (high/medium/low) where possible
33
+ - **Open questions** — unresolved items that could affect the plan
34
+ - **Risks** — things that could go wrong or are uncertain
35
+ - **Dependencies** — other work, people, or systems this depends on
36
+
37
+ ### 2. Read the architecture docs
38
+
39
+ Read the project's architecture documentation at `docs/architecture/`. At minimum scan the README and any file relevant to the task. Use these docs to:
40
+
41
+ - Understand existing conventions, patterns, and structure.
42
+ - Justify the approaches taken in the plan.
43
+ - Identify which existing code, modules, or patterns the implementation should follow or extend.
44
+
45
+ If `docs/architecture/` does not exist or is empty, note this and proceed with whatever project context is available.
46
+
47
+ Also scan `docs/planning/` for related existing plans. If the new plan relates to or supersedes an existing one, note it in the Source section.
48
+
49
+ ### 3. Determine plan scope
50
+
51
+ Assess the size and complexity of the work:
52
+
53
+ - **Small scope** (1–3 discrete tasks, single concern): produce a **single planning file**.
54
+ - **Larger scope** (4+ tasks, multiple concerns, or cross-cutting changes): produce a **planning folder** with a top-level README, clarifications, and a `plan/` sub-folder containing the core planning doc and individual sub-plan files.
55
+
56
+ ### 4. Choose a story name
57
+
58
+ The output location is `docs/planning/<story-name>/` (folder) or `docs/planning/<story-name>.md` (single file).
59
+
60
+ Determine the story name:
61
+
62
+ - If the source is a Jira ticket, use the ticket key in lowercase (e.g. `bs-734`).
63
+ - Otherwise, create a short, lowercase, kebab-case name that describes the work (e.g. `configurable-install-path`, `auth-refactor`).
64
+
65
+ Ask the user to confirm the story name before writing files, unless it is obvious from context.
66
+
67
+ ### 5. Generate clarifications
68
+
69
+ Produce a `clarifications.md` file that identifies ambiguities in the source material and answers each one with a reasonable assumption. Write it as a sibling to the plan output:
70
+
71
+ - **Single-file plans:** `docs/planning/<story-name>-clarifications.md`
72
+ - **Folder plans:** `docs/planning/<story-name>/clarifications.md`
73
+
74
+ See the **Clarifications Format** section below for the template.
75
+
76
+ **IMPORTANT: Do not stop after writing clarifications. Immediately proceed to Step 6 and generate the full plan in the same pass.** The clarifications file is a reference artifact, not a gate. The plan is always the primary output.
77
+
78
+ The assumptions from clarifications feed directly into the plan. Every assumption made in clarifications should be reflected in the plan's Decisions or Assumptions sections. If the user later disagrees with an assumption, they can edit the `ANSWER:` lines in clarifications and ask for the plan to be regenerated.
79
+
80
+ ### 6. Write the plan
81
+
82
+ Follow the appropriate format below. Incorporate the clarifications — the plan should be written as though the assumptions are settled unless the user overrode them.
83
+
84
+ ---
85
+
86
+ ## Clarifications Format
87
+
88
+ ```markdown
89
+ # Clarifications: <Title>
90
+
91
+ Ambiguities and assumptions identified before planning. Each item includes a
92
+ question and an assumed answer. Override any answer by editing the `ANSWER:`
93
+ line and asking for the plan to be updated.
94
+
95
+ ---
96
+
97
+ ### 1. <Short question title>
98
+
99
+ <Context: why this is ambiguous or could go multiple ways.>
100
+
101
+ ANSWER: <Assumed answer with brief reasoning.>
102
+
103
+ ---
104
+
105
+ ### 2. <Short question title>
106
+
107
+ <Context.>
108
+
109
+ ANSWER: <Assumed answer.>
110
+
111
+ ---
112
+
113
+ ...
114
+ ```
115
+
116
+ ---
117
+
118
+ ## Output Format: Single File
119
+
120
+ Use when scope is small (1–3 tasks). Write to `docs/planning/<story-name>.md`.
121
+
122
+ Structure:
123
+
124
+ ```markdown
125
+ # <Title>
126
+
127
+ <One-paragraph summary of what this plan accomplishes and why.>
128
+
129
+ ## Source
130
+
131
+ <Link to the original document if it exists, OR include the original notes/prompt below. If this plan relates to or supersedes an existing plan, note that here.>
132
+
133
+ ## Architecture context
134
+
135
+ <Brief summary of relevant architecture decisions, conventions, or patterns from docs/architecture/ that inform this plan. Cite specific files.>
136
+
137
+ ## Decisions
138
+
139
+ <Decisions made during planning that shaped the approach. For each: what was decided and why. Include decisions inherited from clarifications.>
140
+
141
+ ## Open questions
142
+
143
+ <Unresolved items that could not be assumed away. For each: the question, who might answer it, and what the plan assumes in the meantime.>
144
+
145
+ ## Implementation checklist
146
+
147
+ - [ ] Task 1 — brief description
148
+ - [ ] Task 2 — brief description
149
+ - [ ] ...
150
+ - [ ] Update or create documentation if needed
151
+ - [ ] Add/update tests
152
+ - [ ] Manual review: <describe what to verify>
153
+
154
+ ## Detail
155
+
156
+ ### Task 1
157
+
158
+ <Full detail: what to change, where, why, edge cases, references to architecture docs.>
159
+
160
+ ### Task 2
161
+
162
+ ...
163
+
164
+ ## Next steps
165
+
166
+ <2–3 brief suggestions for what to do after the plan is complete: share for review, create Jira tickets, start implementing a specific task, etc.>
167
+ ```
168
+
169
+ ---
170
+
171
+ ## Output Format: Planning Folder
172
+
173
+ Use when scope is larger (4+ tasks or multiple concerns). Write to `docs/planning/<story-name>/`.
174
+
175
+ ### Required folder structure
176
+
177
+ The plan **must** live in its own `plan/` sub-folder. Top-level files are for context and metadata only. Sub-plan files never go at the top level.
178
+
179
+ ```
180
+ docs/planning/<story-name>/
181
+ README.md # Overall intent, notes, links to plan elements
182
+ clarifications.md # Ambiguities and assumed answers (see format above)
183
+ plan/
184
+ README.md # Core planning doc — decisions, checklist, links to sub-plans
185
+ <sub-plan-1>.md
186
+ <sub-plan-2>.md
187
+
188
+ <sub-plan-n>.md
189
+ ```
190
+
191
+ ### Top-level README.md
192
+
193
+ A lightweight overview of what this planning effort is about. It captures intent and source material, and links into the plan folder for details.
194
+
195
+ ```markdown
196
+ # <Title>
197
+
198
+ <One-paragraph summary of the overall goal — what is being done and why.>
199
+
200
+ ## Source
201
+
202
+ <Link to the original document, OR include the original notes/prompt. The original intent MUST be captured in this file. If this plan relates to or supersedes an existing plan, note that here.>
203
+
204
+ ## Contents
205
+
206
+ - [Clarifications](./clarifications.md) — ambiguities and assumed answers
207
+ - [Plan](./plan/) — implementation plan and sub-plans
208
+ ```
209
+
210
+ ### plan/README.md
211
+
212
+ The core planning document. Contains architecture context, decisions, the plan checklist, and review criteria. All links to sub-plans point to sibling files within `plan/`.
213
+
214
+ ```markdown
215
+ # <Title>
216
+
217
+ <One-paragraph summary of what this plan accomplishes and why.>
218
+
219
+ ## Plan
220
+
221
+ - [ ] [Sub-plan title](./sub-plan-name.md)
222
+ - [ ] [Sub-plan title](./another-sub-plan.md)
223
+ - [ ] ...
224
+
225
+ ## Source
226
+
227
+ <Link or reference back to the top-level README or the original document.>
228
+
229
+ ## Architecture context
230
+
231
+ <Brief summary of relevant conventions and patterns from docs/architecture/. Cite specific files.>
232
+
233
+ ## Decisions
234
+
235
+ <Key decisions that cut across sub-plans. For each: what was decided and why. Sub-plan-specific decisions belong in their respective files.>
236
+
237
+ ## Open questions
238
+
239
+ <Unresolved items that could affect multiple sub-plans.>
240
+
241
+ ## Manual review
242
+
243
+ <If applicable, describe what needs to be manually confirmed after all sub-plans are complete. If each sub-plan has its own review step, state that here instead.>
244
+
245
+ ## Next steps
246
+
247
+ <2–3 brief suggestions for what to do after the plan is complete.>
248
+ ```
249
+
250
+ ### Individual sub-plan files (in plan/)
251
+
252
+ Each file lives inside `plan/` and is a self-contained planning document. Use lowercase kebab-case filenames (e.g. `api-endpoints.md`, `database-migration.md`).
253
+
254
+ Structure:
255
+
256
+ ```markdown
257
+ # <Sub-plan Title>
258
+
259
+ <One-paragraph summary of what this sub-plan covers and its goal.>
260
+
261
+ ## Context
262
+
263
+ <Everything needed to execute this sub-plan WITHOUT reading other sub-plan files. Include:>
264
+ - Relevant architecture decisions (cite docs/architecture/ files)
265
+ - Background from the source material
266
+ - Any dependencies on other sub-plans (link for additional context, but include enough detail here to proceed independently)
267
+
268
+ ## Assumptions
269
+
270
+ <What this sub-plan takes as given. Include confidence level where it's not obvious. Sourced from clarifications and architecture docs.>
271
+
272
+ ## Risks
273
+
274
+ <What could go wrong. For each: likelihood, impact, and mitigation.>
275
+
276
+ ## Phases
277
+
278
+ ### Phase 1 — <Name>
279
+
280
+ - [ ] Step description
281
+ - [ ] Step description
282
+
283
+ ### Phase 2 — <Name>
284
+
285
+ - [ ] Step description
286
+ - [ ] ...
287
+
288
+ <Use as many phases as appropriate. Single-phase sub-plans are fine for small pieces of work.>
289
+
290
+ ## Detail
291
+
292
+ <Expand on each step. Provide:>
293
+ - Exact files to create or modify
294
+ - Code patterns to follow (referencing architecture docs)
295
+ - Edge cases and risks
296
+ - Test requirements (what to test, where test files should live)
297
+ - Documentation to create or update
298
+
299
+ ## Review
300
+
301
+ <What to verify after this sub-plan is complete. Specific outputs, behaviors, or states to confirm.>
302
+ ```
303
+
304
+ ---
305
+
306
+ ## Principles
307
+
308
+ 1. **Clarify and plan in one pass.** Generate clarifications first, then immediately produce the full plan based on those assumptions. Never stop after clarifications — the plan is the primary output.
309
+
310
+ 2. **Self-sufficiency.** Each sub-plan file must be independently actionable. A developer (or agent) should be able to pick up any single file and execute it without cross-referencing other sub-plans.
311
+
312
+ 3. **Architecture grounding.** Every approach must be justified by the project's architecture docs. If the architecture docs don't cover a relevant area, say so explicitly and state the reasoning.
313
+
314
+ 4. **Phased execution.** For non-trivial sub-plans, break work into phases. This enables incremental progress and natural review points.
315
+
316
+ 5. **Completeness.** Plans must account for:
317
+ - Implementation (the core work)
318
+ - Tests (unit, integration, or end-to-end as appropriate)
319
+ - Documentation (new docs or updates to existing docs)
320
+ - Manual review (what a human should verify at the end)
321
+
322
+ 6. **Traceability.** The README must always capture or link to the original source material so the intent behind the plan is never lost.
323
+
324
+ 7. **Minimal overhead.** Don't over-plan simple tasks. A 2-step task does not need a folder with sub-plans — a single file with a checklist is sufficient.
325
+
326
+ 8. **Follow-up awareness.** After writing the plan, briefly suggest what comes next. Keep it to 2–3 bullet points — don't prescribe a workflow.
327
+
328
+ ---
329
+
330
+ ## Edge Cases
331
+
332
+ - **No architecture docs found:** Proceed without architecture grounding. Note the gap in the plan and suggest creating architecture docs as a follow-up.
333
+ - **Ambiguous scope:** Default to a planning folder. It's easier to consolidate later than to split a monolithic file.
334
+ - **Source is a conversation or verbal description:** Capture the full description in the README's Source section verbatim, then plan from it.
335
+ - **Overlapping concerns between sub-plans:** Duplicate the relevant context into both files rather than creating cross-references. Self-sufficiency is more important than avoiding repetition.
336
+ - **User wants to skip clarifications:** Respect this. Generate the plan directly, but still surface assumptions inline in the Decisions and Assumptions sections.
337
+ - **User disagrees with clarifications after the plan is written:** Read the `ANSWER:` lines in the clarifications file, then regenerate the plan incorporating the revised assumptions.
@@ -0,0 +1,17 @@
1
+ # jira-plan
2
+
3
+ Generate an implementation plan starting from a Jira ticket. Fetches the full ticket context — epic hierarchy, acceptance criteria, subtasks, linked issues, and recent comments — then delegates to [`implementation-plan`](../implementation-plan/) for the actual plan generation.
4
+
5
+ ## Requirements
6
+
7
+ Requires Atlassian MCP (`atlassian-rovo`). Without it, use `implementation-plan` directly.
8
+
9
+ ## Example prompts
10
+
11
+ - `/jira-plan PROJ-123`
12
+ - "Plan the implementation for BS-734"
13
+ - "Create a plan from ticket PROJ-456"
14
+
15
+ ## Related
16
+
17
+ - [`implementation-plan`](../implementation-plan/) — the core planning skill this wraps; use directly when you don't have a Jira ticket
@@ -0,0 +1,163 @@
1
+ ---
2
+ name: jira-plan
3
+ description: >-
4
+ Generate an implementation plan from a Jira ticket. Fetches the full ticket
5
+ context — epic hierarchy, acceptance criteria, subtasks, linked issues, and
6
+ recent comments — then delegates to the implementation-plan skill for phased
7
+ checklist generation. Use when you want to plan work starting from a Jira
8
+ ticket key. Requires Atlassian MCP.
9
+ ---
10
+
11
+ # Jira Plan
12
+
13
+ Fetch a Jira ticket's full context and produce a structured implementation plan using the `implementation-plan` skill.
14
+
15
+ ## Requirements
16
+
17
+ Requires: Atlassian MCP (`atlassian-rovo`). If Atlassian MCP is not available, tell the user and suggest using `implementation-plan` directly with the ticket details pasted manually.
18
+
19
+ ## Input
20
+
21
+ The user provides a **Jira ticket key** (e.g. `PROJ-123`).
22
+
23
+ Optionally, the user may also provide:
24
+
25
+ - Additional context or constraints not captured in the ticket
26
+ - A preferred story name (otherwise defaults to the ticket key in lowercase)
27
+
28
+ ## Process
29
+
30
+ ### 1. Resolve the ticket key
31
+
32
+ - If the user provides a full key (e.g. `PROJ-123`), use it directly.
33
+ - If the user provides just a number and a project key is available from context (git branch pattern, config file, or prior conversation), prepend it.
34
+ - If the key cannot be resolved, ask the user for the full ticket key.
35
+
36
+ ### 2. Fetch ticket details
37
+
38
+ Use `mcp_atlassian-rovo_fetch()` to retrieve:
39
+
40
+ - **Summary and description**
41
+ - **Acceptance criteria** (often in the description or a custom field)
42
+ - **Status, assignee, priority, story points**
43
+ - **Subtasks** — fetch via JQL: `parent = {TICKET-KEY} ORDER BY status ASC, priority DESC`
44
+ - **Linked issues** — blocks, is blocked by, relates to
45
+ - **Recent comments** — last 5–10 comments (these often contain decisions and clarifications not in the description)
46
+
47
+ ### 3. Fetch parent epic context
48
+
49
+ Detect the parent epic:
50
+
51
+ 1. Check `fields.parent` — if `parent.fields.issuetype.name == "Epic"`, that is the epic.
52
+ 2. Check for an Epic Link custom field (varies by instance; commonly `customfield_10014` or similar).
53
+
54
+ If an epic is found, fetch:
55
+
56
+ - Epic summary, description, and goals
57
+ - Sibling stories via JQL: `"Epic Link" = {EPIC-KEY} AND key != {TICKET-KEY} ORDER BY status ASC, priority DESC`
58
+
59
+ Sibling context helps scope the plan — it reveals what's already being done in the epic and what this ticket's boundaries are.
60
+
61
+ If no epic is found, note the ticket is orphaned and proceed.
62
+
63
+ ### 4. Fetch linked Confluence pages (optional)
64
+
65
+ If the ticket or epic has linked Confluence pages (remote links), fetch their titles and brief summaries. These often contain requirements, architecture decisions, or design docs relevant to planning.
66
+
67
+ ### 5. Assemble structured context
68
+
69
+ Combine all fetched information into a structured context document. This becomes the input to `implementation-plan`.
70
+
71
+ Format the assembled context as:
72
+
73
+ ```markdown
74
+ # {TICKET-KEY}: {Summary}
75
+
76
+ ## Ticket details
77
+
78
+ - **Status:** {status}
79
+ - **Assignee:** {assignee or "Unassigned"}
80
+ - **Priority:** {priority}
81
+ - **Points:** {story_points or "Not estimated"}
82
+
83
+ ## Description
84
+
85
+ {Full ticket description}
86
+
87
+ ## Acceptance criteria
88
+
89
+ {Acceptance criteria extracted from the ticket. If embedded in the description, extract and list them. If in a custom field, use that.}
90
+
91
+ - [ ] {criterion 1}
92
+ - [ ] {criterion 2}
93
+ - ...
94
+
95
+ ## Subtasks
96
+
97
+ {If subtasks exist:}
98
+ | Key | Summary | Status |
99
+ |-----|---------|--------|
100
+ | {KEY} | {summary} | {status} |
101
+
102
+ {If no subtasks: "None"}
103
+
104
+ ## Linked issues
105
+
106
+ {For each linked issue:}
107
+ - **{link type}** {KEY}: {summary} ({status})
108
+
109
+ {If none: "None"}
110
+
111
+ ## Epic context
112
+
113
+ {If epic found:}
114
+ **{EPIC-KEY}: {Epic summary}**
115
+
116
+ {Epic description excerpt — first 2-3 paragraphs}
117
+
118
+ ### Sibling stories
119
+ | Key | Summary | Status | Assignee |
120
+ |-----|---------|--------|----------|
121
+ | {KEY} | {summary} | {status} | {assignee} |
122
+
123
+ {If no epic: "No parent epic found (orphaned ticket)."}
124
+
125
+ ## Recent comments
126
+
127
+ {Last 5-10 comments, most recent first:}
128
+ **{author}** ({date}):
129
+ > {comment body, truncated to first paragraph if very long}
130
+
131
+ {If no comments: "None"}
132
+
133
+ ## Linked documentation
134
+
135
+ {If Confluence pages found:}
136
+ - {Page title} — {space key}
137
+
138
+ {If none: "None"}
139
+ ```
140
+
141
+ ### 6. Delegate to `implementation-plan`
142
+
143
+ Pass the assembled context to the `implementation-plan` skill. Follow that skill's full process starting from **Step 2** (Read the architecture docs):
144
+
145
+ - The assembled context above is the "source material" for Step 1.
146
+ - The story name defaults to the ticket key in lowercase (e.g. `proj-123`) unless the user specified otherwise.
147
+ - All output formats, clarifications, phased checklists, and principles from `implementation-plan` apply.
148
+
149
+ ### 7. Add Jira-specific next steps
150
+
151
+ After the plan is generated, append Jira-relevant suggestions to the Next Steps section:
152
+
153
+ - "Update the Jira ticket status to In Progress when starting implementation"
154
+ - "Add a comment to the ticket linking to this plan: `docs/planning/<story-name>/`"
155
+ - "Create subtasks in Jira for each sub-plan if the team tracks at that level"
156
+
157
+ ## Edge Cases
158
+
159
+ - **Atlassian MCP unavailable:** Do not attempt to fetch. Inform the user and suggest using `implementation-plan` directly.
160
+ - **Ticket not found or inaccessible:** Report the error clearly. The ticket may have been moved, deleted, or be in a project the user can't access.
161
+ - **Very large epic (20+ stories):** Summarize sibling stories rather than listing all of them. Focus on in-progress and to-do stories.
162
+ - **Ticket has no description:** Proceed with just the summary, acceptance criteria, and comments. Note the gap in clarifications.
163
+ - **Comments contain conflicting decisions:** Surface these as questions in the clarifications file.
@@ -4,20 +4,41 @@ A toolset of modular, composable skills for Jira and Confluence developer workfl
4
4
 
5
5
  Each skill is standalone and can be installed individually or as a complete suite.
6
6
 
7
+ ## Quick Start
8
+
9
+ ```bash
10
+ # 1. Install all skills + resources
11
+ npx @groupby/ai-dev install toolset rzlv-flow
12
+
13
+ # 2. Configure Atlassian MCP (see docs/mcp-setup.md)
14
+ # Add atlassian-rovo config to .vscode/mcp.json
15
+
16
+ # 3. Use — ask your AI assistant:
17
+ # "Start my day" → daily triage
18
+ # "Focus on PROJ-123" → ticket deep-dive
19
+ # "Wrap up PROJ-123" → wrap & sync
20
+ ```
21
+
22
+ See [docs/getting-started.md](docs/getting-started.md) for a full walkthrough.
23
+
7
24
  ## Skills
8
25
 
9
26
  | Skill | Description | Status |
10
27
  |-------|-------------|--------|
11
- | `jira-daily-triage` | Start-of-day ticket triage with sprint detection | Planned |
12
- | `jira-ticket-focus` | Deep-load a ticket with full context | Planned |
13
- | `jira-wrap-sync` | Wrap up work, draft comment, multi-action sync | Planned |
14
- | `jira-ticket-trace` | Trace code back to Jira requirements | Planned |
15
- | `jira-comment` | Add a comment to a Jira ticket with FCMP safety | Planned |
16
- | `jira-status` | Change ticket status with transition validation | Planned |
17
- | `jira-sprint-status` | Sprint status report with completion metrics | Planned |
18
- | `jira-sync` | Force-sync local Jira context with remote state | Planned |
28
+ | `jira-daily-triage` | Start-of-day ticket triage with sprint detection | Complete |
29
+ | `jira-ticket-focus` | Deep-load a ticket with full context | Complete |
30
+ | `jira-wrap-sync` | Wrap up work, draft comment, multi-action sync | Complete |
31
+ | `jira-ticket-trace` | Trace code back to Jira requirements | Complete |
32
+ | `jira-comment` | Add a comment to a Jira ticket with FCMP safety | Complete |
33
+ | `jira-status` | Change ticket status with transition validation | Complete |
34
+ | `jira-sprint-status` | Sprint status report with completion metrics | Complete |
35
+ | `jira-sync` | Force-sync local Jira context with remote state | Complete |
19
36
  | `atlassian-orchestrator` | Pull surrounding ticket context and create structures | Complete |
20
37
  | `context-analyst` | Transform meeting transcripts into structured docs | Complete |
38
+ | `confluence-publish` | Publish local markdown to Confluence with Leaf Bundle mirrors | Complete |
39
+ | `confluence-fetch` | Pull a Confluence page into a local markdown mirror | Complete |
40
+
41
+ > **Note:** `confluence-publish` provides lightweight ad-hoc publishing to Confluence. For bulk structured sync of `_docs/` folders following epic hierarchy, use `atlassian-orchestrator` Mode 3 instead.
21
42
 
22
43
  ## Prerequisites
23
44
 
@@ -38,7 +59,16 @@ npx @groupby/ai-dev install toolset rzlv-flow # All skills + resources
38
59
  npx @groupby/ai-dev install skill jira-daily-triage # Individual skill
39
60
  ```
40
61
 
41
- > **Note:** CLI toolset support is coming soon. For now, skills can be copied manually from this repository into your project's `docs/ai/skills/` directory, and resources into `docs/ai/resources/`.
62
+ Common options:
63
+
64
+ | Flag | Description |
65
+ |------|-------------|
66
+ | `--target <dir>` | Install into a specific directory (defaults to cwd) |
67
+ | `--dry-run` | Preview what would be installed without writing files |
68
+ | `--force` | Overwrite existing files without prompting |
69
+ | `--skip-existing` | Skip files that already exist |
70
+
71
+ You can also copy skills manually from this repository into `docs/ai/skills/` and resources into `docs/ai/resources/`.
42
72
 
43
73
  ## BMAD Compatibility
44
74
 
@@ -55,3 +85,18 @@ Skills reference shared resource files installed to `docs/ai/resources/` in your
55
85
  | `confluence-file-structure.md` | Leaf Bundle pattern for Confluence page mirrors |
56
86
  | `sync-state-format.md` | YAML frontmatter schema for ticket and page files |
57
87
  | `confluence-page-templates/` | Starter scaffolds for Confluence pages (initiative overview, strategic context, technical architecture, decisions) |
88
+
89
+ ## MCP Setup Automation
90
+
91
+ MCP server configuration is currently manual — see [docs/mcp-setup.md](docs/mcp-setup.md) for step-by-step instructions (~5 minutes). Automated MCP configuration via the CLI is a future enhancement.
92
+
93
+ ## Documentation
94
+
95
+ | Doc | Description |
96
+ |-----|-------------|
97
+ | [docs/getting-started.md](docs/getting-started.md) | Quick walkthrough: install → configure → use |
98
+ | [docs/mcp-setup.md](docs/mcp-setup.md) | Atlassian and GitHub MCP server configuration |
99
+
100
+ ## Contributing
101
+
102
+ See the [architecture documentation](../../docs/architecture/README.md) for repo structure, skill authoring guides, and conventions.