@jakkrichm/create-nexus-devflow 2.0.12 → 2.0.13
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.
- package/lib/update.js +15 -1
- package/package.json +1 -1
- package/template/.agents/skills/70-release/SKILL.md +2 -0
- package/template/.agents/skills/ci/SKILL.md +25 -78
- package/template/.agents/skills/commit/SKILL.md +39 -43
- package/template/.agents/skills/debug/SKILL.md +43 -104
- package/template/.agents/skills/deploy/SKILL.md +37 -65
- package/template/.agents/skills/insight/SKILL.md +27 -116
- package/template/.agents/skills/preview/SKILL.md +24 -103
- package/template/.agents/skills/review/SKILL.md +53 -37
- package/template/.agents/skills/rollback/SKILL.md +1 -0
- package/template/.agents/skills/security-review/SKILL.md +44 -147
- package/template/.agents/skills/simplify/SKILL.md +48 -57
- package/template/.agents/skills/test/SKILL.md +63 -51
- package/template/.claude/skills/70-release/SKILL.md +2 -0
- package/template/.claude/skills/ci/SKILL.md +25 -78
- package/template/.claude/skills/commit/SKILL.md +39 -43
- package/template/.claude/skills/debug/SKILL.md +43 -104
- package/template/.claude/skills/deploy/SKILL.md +37 -65
- package/template/.claude/skills/insight/SKILL.md +27 -116
- package/template/.claude/skills/preview/SKILL.md +24 -103
- package/template/.claude/skills/review/SKILL.md +53 -37
- package/template/.claude/skills/rollback/SKILL.md +1 -0
- package/template/.claude/skills/security-review/SKILL.md +44 -147
- package/template/.claude/skills/simplify/SKILL.md +48 -57
- package/template/.claude/skills/test/SKILL.md +63 -51
- package/template/devflow/history/HISTORY.md +27 -0
- package/template/devflow/reference/running-id-contract.md +1 -1
- package/template/.agents/skills/9arm-skills/README.md +0 -51
- package/template/.agents/skills/9arm-skills/debug-mantra/SKILL.md +0 -86
- package/template/.agents/skills/9arm-skills/management-talk/SKILL.md +0 -79
- package/template/.agents/skills/9arm-skills/post-mortem/SKILL.md +0 -71
- package/template/.agents/skills/9arm-skills/scrutinize/SKILL.md +0 -72
- package/template/.agents/skills/browser-testing-with-devtools/SKILL.md +0 -302
- package/template/.agents/skills/ci-cd-and-automation/SKILL.md +0 -390
- package/template/.agents/skills/code-review-and-quality/SKILL.md +0 -392
- package/template/.agents/skills/code-simplification/SKILL.md +0 -331
- package/template/.agents/skills/debugging-and-error-recovery/SKILL.md +0 -298
- package/template/.agents/skills/deployment-procedures/SKILL.md +0 -241
- package/template/.agents/skills/deprecation-and-migration/SKILL.md +0 -206
- package/template/.agents/skills/diagnosing-bugs/SKILL.md +0 -93
- package/template/.agents/skills/git-workflow-and-versioning/SKILL.md +0 -300
- package/template/.agents/skills/human-review-decisions/SKILL.md +0 -74
- package/template/.agents/skills/idea-refine/SKILL.md +0 -178
- package/template/.agents/skills/idea-refine/examples.md +0 -238
- package/template/.agents/skills/idea-refine/frameworks.md +0 -99
- package/template/.agents/skills/idea-refine/refinement-criteria.md +0 -113
- package/template/.agents/skills/idea-refine/scripts/idea-refine.sh +0 -15
- package/template/.agents/skills/incremental-implementation/SKILL.md +0 -248
- package/template/.agents/skills/insight-capture/SKILL.md +0 -84
- package/template/.agents/skills/intelligent-routing/SKILL.md +0 -176
- package/template/.agents/skills/md2html/SKILL.md +0 -154
- package/template/.agents/skills/md2html/components.md +0 -505
- package/template/.agents/skills/md2html/template.html +0 -1152
- package/template/.agents/skills/planning-and-task-breakdown/SKILL.md +0 -239
- package/template/.agents/skills/pr-review/SKILL.md +0 -143
- package/template/.agents/skills/pr-review-analysis/SKILL.md +0 -89
- package/template/.agents/skills/preview-local-check/SKILL.md +0 -59
- package/template/.agents/skills/release-git-operations/SKILL.md +0 -97
- package/template/.agents/skills/review-followup-routing/SKILL.md +0 -98
- package/template/.agents/skills/security-and-hardening/SKILL.md +0 -349
- package/template/.agents/skills/security-and-hardening/security-checklist.md +0 -134
- package/template/.agents/skills/shipping-and-launch/SKILL.md +0 -311
- package/template/.agents/skills/silent-failure-audit/SKILL.md +0 -73
- package/template/.agents/skills/spec-orchestration/SKILL.md +0 -91
- package/template/.agents/skills/specialist-agent-routing/SKILL.md +0 -107
- package/template/.agents/skills/test-driven-development/SKILL.md +0 -422
- package/template/.agents/skills/test-driven-development/testing-patterns.md +0 -236
- package/template/.agents/skills/test-execution-and-coverage/SKILL.md +0 -56
- package/template/.agents/skills/using-agent-skills/SKILL.md +0 -171
- package/template/.agents/skills/verification-orchestration/SKILL.md +0 -68
- package/template/.agents/skills/vulnerability-scanner/SKILL.md +0 -276
- package/template/.agents/skills/vulnerability-scanner/checklists.md +0 -121
- package/template/.agents/skills/vulnerability-scanner/scripts/security_scan.py +0 -458
- package/template/.agents/skills/wiki/SKILL.md +0 -149
- package/template/.agents/skills/workflow-documentation-sync/SKILL.md +0 -87
- package/template/.claude/skills/9arm-skills/README.md +0 -51
- package/template/.claude/skills/9arm-skills/debug-mantra/SKILL.md +0 -86
- package/template/.claude/skills/9arm-skills/management-talk/SKILL.md +0 -79
- package/template/.claude/skills/9arm-skills/post-mortem/SKILL.md +0 -71
- package/template/.claude/skills/9arm-skills/scrutinize/SKILL.md +0 -72
- package/template/.claude/skills/browser-testing-with-devtools/SKILL.md +0 -302
- package/template/.claude/skills/ci-cd-and-automation/SKILL.md +0 -390
- package/template/.claude/skills/code-review-and-quality/SKILL.md +0 -392
- package/template/.claude/skills/code-simplification/SKILL.md +0 -331
- package/template/.claude/skills/debugging-and-error-recovery/SKILL.md +0 -298
- package/template/.claude/skills/deployment-procedures/SKILL.md +0 -241
- package/template/.claude/skills/deprecation-and-migration/SKILL.md +0 -206
- package/template/.claude/skills/diagnosing-bugs/SKILL.md +0 -93
- package/template/.claude/skills/git-workflow-and-versioning/SKILL.md +0 -300
- package/template/.claude/skills/human-review-decisions/SKILL.md +0 -74
- package/template/.claude/skills/idea-refine/SKILL.md +0 -178
- package/template/.claude/skills/idea-refine/examples.md +0 -238
- package/template/.claude/skills/idea-refine/frameworks.md +0 -99
- package/template/.claude/skills/idea-refine/refinement-criteria.md +0 -113
- package/template/.claude/skills/idea-refine/scripts/idea-refine.sh +0 -15
- package/template/.claude/skills/incremental-implementation/SKILL.md +0 -248
- package/template/.claude/skills/insight-capture/SKILL.md +0 -84
- package/template/.claude/skills/intelligent-routing/SKILL.md +0 -176
- package/template/.claude/skills/md2html/SKILL.md +0 -154
- package/template/.claude/skills/md2html/components.md +0 -505
- package/template/.claude/skills/md2html/template.html +0 -1152
- package/template/.claude/skills/planning-and-task-breakdown/SKILL.md +0 -239
- package/template/.claude/skills/pr-review/SKILL.md +0 -143
- package/template/.claude/skills/pr-review-analysis/SKILL.md +0 -89
- package/template/.claude/skills/preview-local-check/SKILL.md +0 -59
- package/template/.claude/skills/release-git-operations/SKILL.md +0 -97
- package/template/.claude/skills/review-followup-routing/SKILL.md +0 -98
- package/template/.claude/skills/security-and-hardening/SKILL.md +0 -349
- package/template/.claude/skills/security-and-hardening/security-checklist.md +0 -134
- package/template/.claude/skills/shipping-and-launch/SKILL.md +0 -311
- package/template/.claude/skills/silent-failure-audit/SKILL.md +0 -73
- package/template/.claude/skills/spec-orchestration/SKILL.md +0 -91
- package/template/.claude/skills/specialist-agent-routing/SKILL.md +0 -107
- package/template/.claude/skills/test-driven-development/SKILL.md +0 -422
- package/template/.claude/skills/test-driven-development/testing-patterns.md +0 -236
- package/template/.claude/skills/test-execution-and-coverage/SKILL.md +0 -56
- package/template/.claude/skills/using-agent-skills/SKILL.md +0 -171
- package/template/.claude/skills/verification-orchestration/SKILL.md +0 -68
- package/template/.claude/skills/vulnerability-scanner/SKILL.md +0 -276
- package/template/.claude/skills/vulnerability-scanner/checklists.md +0 -121
- package/template/.claude/skills/vulnerability-scanner/scripts/security_scan.py +0 -458
- package/template/.claude/skills/wiki/SKILL.md +0 -149
- package/template/.claude/skills/workflow-documentation-sync/SKILL.md +0 -87
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: workflow-documentation-sync
|
|
3
|
-
description: "[Devflow] Enforces the synchronization and comprehensive update of documentation, manuals, usage guides, and examples whenever a new workflow is introduced or modified in the project. Use when introducing new workflows or changing existing ones."
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Workflow Documentation Sync
|
|
7
|
-
|
|
8
|
-
## Overview
|
|
9
|
-
This skill ensures that whenever a DevFlow 2.0 workflow or companion command is introduced or modified, all associated documents, user guides, manuals, and usage examples are thoroughly and systematically updated. This prevents outdated context and ensures humans and AI agents have an accurate, uniform understanding of the available tools.
|
|
10
|
-
|
|
11
|
-
## When to Use
|
|
12
|
-
- When creating a new workflow file under `.agents/skills/*.md`.
|
|
13
|
-
- When modifying the inputs, outputs, processes, or rules of an existing workflow.
|
|
14
|
-
- When deprecating or removing a workflow.
|
|
15
|
-
|
|
16
|
-
Do NOT use when modifying source code logic that doesn't impact workflow interface, arguments, or overall process.
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## 🏗️ Core Process
|
|
21
|
-
|
|
22
|
-
### Step 1: Identify Documentation Targets
|
|
23
|
-
Whenever a workflow is added or modified, compile the list of documents that must be synchronized:
|
|
24
|
-
1. **User Guide / Manual**: [**`USAGE.md`**](file:///d:/nexus-devflow/USAGE.md) (The main IDE user manual).
|
|
25
|
-
2. **Workflow Index**: `.agents/skills/README.md` (if present) or any registry that lists command interfaces.
|
|
26
|
-
3. **Template/Example files**: Any scratch templates, templates, or example files that demonstrate workflow inputs.
|
|
27
|
-
|
|
28
|
-
### Step 2: Extract Workflow Metadata
|
|
29
|
-
Identify the exact interface changes:
|
|
30
|
-
- What is the **Command trigger**? (e.g., `70-release` or `Brainstorm`)
|
|
31
|
-
- What are the **Arguments**? (e.g., Target Branch, default main)
|
|
32
|
-
- What is the **Process flow**? (Pre-flight -> Execution -> Cleanup)
|
|
33
|
-
- What are the **Mandatory Rules**? (e.g., Enforced branch checks)
|
|
34
|
-
|
|
35
|
-
### Step 3: Comprehensive Updates
|
|
36
|
-
Update all target files systematically:
|
|
37
|
-
1. **Update USAGE.md**: Locate the quick command index and detail sections. Inject the new workflow command, its purpose, argument syntax, full execution steps, and real-world examples.
|
|
38
|
-
2. **Update Workflow Index**: Add the new workflow to the lists of available command surfaces.
|
|
39
|
-
3. **Create Examples**: If the workflow uses complex parameters or stage artifacts, ensure clean, tested examples are placed in the task workspace or referenced guides.
|
|
40
|
-
|
|
41
|
-
### Step 4: Verify Alignment
|
|
42
|
-
Ensure that:
|
|
43
|
-
- The command prefix is consistent across all documents.
|
|
44
|
-
- Any manual steps described in the guide match the automation logic of the workflow file.
|
|
45
|
-
- Outdated versions or deleted arguments are removed from all documents.
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
## 🛠️ Documentation Template for USAGE.md
|
|
50
|
-
|
|
51
|
-
When injecting a new workflow into `USAGE.md`, use the following structure:
|
|
52
|
-
|
|
53
|
-
```markdown
|
|
54
|
-
### 🔀 /{Workflow-Name} - {Workflow-Title}
|
|
55
|
-
- **วัตถุประสงค์**: {Brief description of what it does in Thai}
|
|
56
|
-
- **วิธีใช้งาน**:
|
|
57
|
-
```powershell
|
|
58
|
-
/{Workflow-Name} [Arguments]
|
|
59
|
-
```
|
|
60
|
-
- **ขั้นตอนการทำงาน (Process)**:
|
|
61
|
-
1. {Step 1}
|
|
62
|
-
2. {Step 2}
|
|
63
|
-
- **กฎเกณฑ์และ Gotchas (Rules & Gotchas)**:
|
|
64
|
-
- {Mandatory rules or things to watch out for}
|
|
65
|
-
- **ตัวอย่างการใช้งาน (Example)**:
|
|
66
|
-
- `/{Workflow-Name} {Example-Arguments}`
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
---
|
|
70
|
-
|
|
71
|
-
## 🚫 Common Rationalizations
|
|
72
|
-
|
|
73
|
-
| Rationalization | Reality |
|
|
74
|
-
|:---|:---|
|
|
75
|
-
| "I'll update USAGE.md in the next task." | Undocumented workflows are forgotten workflows. Doc drift starts with a single missed update. |
|
|
76
|
-
| "The prompt in the workflow file is self-documenting." | Workflow prompts are optimized for AI. Humans need clean, Thai-friendly usage instructions with clear examples. |
|
|
77
|
-
| "The workflow is too simple to need examples." | Even simple workflows (like Merge or PR) have edge cases (e.g., force delete warnings) that must be documented. |
|
|
78
|
-
|
|
79
|
-
---
|
|
80
|
-
|
|
81
|
-
## ✅ Verification Checklist
|
|
82
|
-
|
|
83
|
-
- [ ] Every new/modified workflow has been mapped to `USAGE.md`.
|
|
84
|
-
- [ ] Argument parameters in the markdown guide perfectly match the actual `.md` workflow trigger.
|
|
85
|
-
- [ ] Real-world, copy-pasteable execution examples are provided.
|
|
86
|
-
- [ ] Deprecated or old workflow definitions have been removed or clearly marked as legacy to prevent hallucination.
|
|
87
|
-
- [ ] Verification command output or terminal execution proof is recorded.
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 9arm-skills
|
|
3
|
-
description: Credited engineering discipline pack adapted from thananon/9arm-skills for Antigravity IDE and Nexus-DevFlow workflows.
|
|
4
|
-
source_pack: 9arm-skills
|
|
5
|
-
credit: thananon/9arm-skills
|
|
6
|
-
upstream: https://github.com/thananon/9arm-skills
|
|
7
|
-
adapted_for: Antigravity IDE / Nexus-DevFlow
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# 9arm-Skills Discipline Pack
|
|
11
|
-
|
|
12
|
-
This pack adapts the engineering discipline ideas from `9arm-skills` into the Nexus-DevFlow `.agent` bundle.
|
|
13
|
-
|
|
14
|
-
`9arm-skills` is used as a credited thinking layer, not as a replacement for Nexus-DevFlow. Users should keep invoking the normal workflows (`Debug`, `PR-Review`, `Insight`, `Agent`, `Help`). The workflow applies the relevant 9arm discipline internally and still writes the usual Nexus reports and artifacts.
|
|
15
|
-
|
|
16
|
-
## Credit
|
|
17
|
-
|
|
18
|
-
- Source pack: `9arm-skills`
|
|
19
|
-
- Credit: `thananon/9arm-skills`
|
|
20
|
-
- Upstream: https://github.com/thananon/9arm-skills
|
|
21
|
-
- Adapted for: Antigravity IDE / Nexus-DevFlow
|
|
22
|
-
|
|
23
|
-
## Workflow Mapping
|
|
24
|
-
|
|
25
|
-
| Nexus-DevFlow Workflow | Applied 9arm Skill | Purpose |
|
|
26
|
-
|---|---|---|
|
|
27
|
-
| `Debug` | `debug-mantra` | Reproduce before fixing, trace the real fail path, falsify hypotheses, and preserve breadcrumbs. |
|
|
28
|
-
| `Insight` | `post-mortem` | Turn validated bug fixes and incidents into durable team knowledge. |
|
|
29
|
-
| `PR-Review` | `scrutinize` | Review intent, smaller alternatives, actual paths, and findings before approving changes. |
|
|
30
|
-
| `Agent code-reviewer` | `scrutinize` | Apply outsider review discipline to specialist code reviews. |
|
|
31
|
-
| `PR`, `/60-Report`, `/70-Release`, `Help` | `management-talk` | Translate engineering details into stakeholder-readable status, impact, owner, and next step. |
|
|
32
|
-
|
|
33
|
-
## Output Rule
|
|
34
|
-
|
|
35
|
-
Keep Nexus-DevFlow output formats intact:
|
|
36
|
-
|
|
37
|
-
- Debug output still goes to `devflow/debug/rca-{slug}.md`.
|
|
38
|
-
- PR review output still uses the PR review report contract.
|
|
39
|
-
- Specialist reports still go to `devflow/reports/`.
|
|
40
|
-
- Lessons still go to `devflow/lessons.md` or task logs.
|
|
41
|
-
|
|
42
|
-
When a report uses this pack, include a short source discipline note:
|
|
43
|
-
|
|
44
|
-
```md
|
|
45
|
-
## Source Discipline
|
|
46
|
-
- Source pack: 9arm-skills
|
|
47
|
-
- Applied skill: {skill-name}
|
|
48
|
-
- Credit: thananon/9arm-skills
|
|
49
|
-
- Adapted for: Antigravity IDE / Nexus-DevFlow
|
|
50
|
-
```
|
|
51
|
-
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 9arm-skills/debug-mantra
|
|
3
|
-
description: Use during debugging and RCA. Requires reproduction, real fail-path tracing, hypothesis falsification, and breadcrumb cross-reference before proposing a fix.
|
|
4
|
-
source_pack: 9arm-skills
|
|
5
|
-
credit: thananon/9arm-skills
|
|
6
|
-
upstream: https://github.com/thananon/9arm-skills
|
|
7
|
-
adapted_for: Antigravity IDE / Nexus-DevFlow
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# Debug Mantra
|
|
11
|
-
|
|
12
|
-
## Purpose
|
|
13
|
-
|
|
14
|
-
Stop the Antigravity IDE agent from guessing during debug work. The agent must prove the bug path before recommending or applying a fix.
|
|
15
|
-
|
|
16
|
-
This skill is a credited adaptation of `9arm-skills/debug-mantra` for Nexus-DevFlow.
|
|
17
|
-
|
|
18
|
-
## Mantra
|
|
19
|
-
|
|
20
|
-
```text
|
|
21
|
-
Reproduce -> Trace fail path -> Falsify hypothesis -> Cross-reference breadcrumbs
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## Required Discipline
|
|
25
|
-
|
|
26
|
-
### 1. Reproduce First
|
|
27
|
-
|
|
28
|
-
Do not propose a fix until there is a credible reproduction story.
|
|
29
|
-
|
|
30
|
-
Capture:
|
|
31
|
-
|
|
32
|
-
- exact symptom
|
|
33
|
-
- expected behavior
|
|
34
|
-
- observed behavior
|
|
35
|
-
- reproduction steps
|
|
36
|
-
- reproduction rate
|
|
37
|
-
- environment or data conditions
|
|
38
|
-
|
|
39
|
-
If the issue is intermittent, document the conditions and instrumentation needed to catch it instead of pretending it is solved.
|
|
40
|
-
|
|
41
|
-
### 2. Trace The Real Fail Path
|
|
42
|
-
|
|
43
|
-
Follow the actual runtime path end-to-end:
|
|
44
|
-
|
|
45
|
-
- user action or incoming request
|
|
46
|
-
- entrypoint
|
|
47
|
-
- service/module boundaries
|
|
48
|
-
- data reads and writes
|
|
49
|
-
- external calls
|
|
50
|
-
- final failure point
|
|
51
|
-
|
|
52
|
-
Evidence should cite file paths, line numbers when available, commands, logs, or observed runtime output.
|
|
53
|
-
|
|
54
|
-
### 3. Falsify Hypotheses
|
|
55
|
-
|
|
56
|
-
List 2-4 plausible hypotheses and try to disprove them. A hypothesis that was ruled out is useful evidence and should be recorded.
|
|
57
|
-
|
|
58
|
-
Use this table in RCA notes when helpful:
|
|
59
|
-
|
|
60
|
-
| Hypothesis | Test / Evidence | Result | Ruled In/Out |
|
|
61
|
-
|---|---|---|---|
|
|
62
|
-
| {Hypothesis} | {Evidence} | {Result} | {Status} |
|
|
63
|
-
|
|
64
|
-
### 4. Cross-Reference Breadcrumbs
|
|
65
|
-
|
|
66
|
-
Keep a breadcrumb ledger so the investigation can be audited later:
|
|
67
|
-
|
|
68
|
-
| Breadcrumb | Source | What It Proves | Follow-up |
|
|
69
|
-
|---|---|---|---|
|
|
70
|
-
| {Observation} | {File / command / log} | {Claim supported} | {Next step} |
|
|
71
|
-
|
|
72
|
-
## Nexus-DevFlow Output
|
|
73
|
-
|
|
74
|
-
When used by `Debug`, preserve the existing RCA output contract:
|
|
75
|
-
|
|
76
|
-
- inspect `.agent/resources/schemas/rca.template.md`
|
|
77
|
-
- write `devflow/debug/rca-{slug}.md`
|
|
78
|
-
- include the normal RCA sections
|
|
79
|
-
- add a short `Source Discipline` note crediting `9arm-skills/debug-mantra`
|
|
80
|
-
|
|
81
|
-
Do not replace the RCA template with a custom 9arm-only format.
|
|
82
|
-
|
|
83
|
-
## Hard Stop
|
|
84
|
-
|
|
85
|
-
If there is no reproduction, no trace, and no falsified hypothesis, the correct output is an investigation plan, not a fix.
|
|
86
|
-
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 9arm-skills/management-talk
|
|
3
|
-
description: Use to translate engineering detail into stakeholder-readable updates, PR summaries, changelog notes, standups, Slack/JIRA comments, or leadership talking points.
|
|
4
|
-
source_pack: 9arm-skills
|
|
5
|
-
credit: thananon/9arm-skills
|
|
6
|
-
upstream: https://github.com/thananon/9arm-skills
|
|
7
|
-
adapted_for: Antigravity IDE / Nexus-DevFlow
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# Management Talk
|
|
11
|
-
|
|
12
|
-
## Purpose
|
|
13
|
-
|
|
14
|
-
Translate engineering-to-engineering detail into decision-ready communication for PMs, leads, release managers, support, and executives.
|
|
15
|
-
|
|
16
|
-
This skill is a credited adaptation of `9arm-skills/management-talk` for Nexus-DevFlow.
|
|
17
|
-
|
|
18
|
-
## What To Preserve
|
|
19
|
-
|
|
20
|
-
Keep:
|
|
21
|
-
|
|
22
|
-
- current status
|
|
23
|
-
- user or business impact
|
|
24
|
-
- risk
|
|
25
|
-
- owner
|
|
26
|
-
- next step
|
|
27
|
-
- timeline or blocking condition
|
|
28
|
-
- validation status
|
|
29
|
-
|
|
30
|
-
Remove or compress unless needed:
|
|
31
|
-
|
|
32
|
-
- internal function names
|
|
33
|
-
- long file paths
|
|
34
|
-
- commit SHAs
|
|
35
|
-
- implementation details that do not affect decisions
|
|
36
|
-
- speculative blame
|
|
37
|
-
|
|
38
|
-
## Output Shapes
|
|
39
|
-
|
|
40
|
-
### Status Update
|
|
41
|
-
|
|
42
|
-
```md
|
|
43
|
-
## Source Discipline
|
|
44
|
-
- Source pack: 9arm-skills
|
|
45
|
-
- Applied skill: management-talk
|
|
46
|
-
- Credit: thananon/9arm-skills
|
|
47
|
-
- Adapted for: Antigravity IDE / Nexus-DevFlow
|
|
48
|
-
|
|
49
|
-
## Current Status
|
|
50
|
-
## Impact
|
|
51
|
-
## Owner
|
|
52
|
-
## Next Step
|
|
53
|
-
## Risk / Blocker
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
### PR / Release Summary
|
|
57
|
-
|
|
58
|
-
```md
|
|
59
|
-
## What Changed
|
|
60
|
-
## Why It Matters
|
|
61
|
-
## Validation
|
|
62
|
-
## Risk
|
|
63
|
-
## Rollback / Follow-up
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
### Incident / Bug Summary
|
|
67
|
-
|
|
68
|
-
```md
|
|
69
|
-
## What Happened
|
|
70
|
-
## Who Was Affected
|
|
71
|
-
## Current State
|
|
72
|
-
## Fix / Mitigation
|
|
73
|
-
## Prevention
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
## Nexus-DevFlow Output
|
|
77
|
-
|
|
78
|
-
Use this skill inside `PR`, `/60-Report`, `/70-Release`, and `Help` when the user needs a human-readable summary. Keep existing Nexus output formats and destinations intact.
|
|
79
|
-
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 9arm-skills/post-mortem
|
|
3
|
-
description: Use after a bug, outage, or regression has been fixed and validated. Converts the fix into durable engineering knowledge.
|
|
4
|
-
source_pack: 9arm-skills
|
|
5
|
-
credit: thananon/9arm-skills
|
|
6
|
-
upstream: https://github.com/thananon/9arm-skills
|
|
7
|
-
adapted_for: Antigravity IDE / Nexus-DevFlow
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# Post-Mortem
|
|
11
|
-
|
|
12
|
-
## Purpose
|
|
13
|
-
|
|
14
|
-
Convert a resolved issue into team memory. A fix is not complete until the team can explain what broke, why it broke, how it was fixed, how it was validated, and why it slipped through.
|
|
15
|
-
|
|
16
|
-
This skill is a credited adaptation of `9arm-skills/post-mortem` for Nexus-DevFlow.
|
|
17
|
-
|
|
18
|
-
## When To Use
|
|
19
|
-
|
|
20
|
-
Use after:
|
|
21
|
-
|
|
22
|
-
- `Debug` found a root cause
|
|
23
|
-
- `/40-Implement` applied a fix
|
|
24
|
-
- `/50-Verify` or manual validation proved the fix
|
|
25
|
-
- a production incident, regression, or high-risk bug deserves durable learning
|
|
26
|
-
|
|
27
|
-
Do not write a confident post-mortem before the fix and validation evidence exist.
|
|
28
|
-
|
|
29
|
-
## Required Inputs
|
|
30
|
-
|
|
31
|
-
- reliable reproduction or incident timeline
|
|
32
|
-
- root cause
|
|
33
|
-
- fix summary
|
|
34
|
-
- validation evidence
|
|
35
|
-
- affected user or system impact
|
|
36
|
-
- prevention measure or follow-up
|
|
37
|
-
|
|
38
|
-
If inputs are missing, list the gaps and request the missing evidence.
|
|
39
|
-
|
|
40
|
-
## Report Sections
|
|
41
|
-
|
|
42
|
-
Use these sections inside `devflow/lessons.md`, task logs, or a task-linked report when appropriate:
|
|
43
|
-
|
|
44
|
-
```md
|
|
45
|
-
## Source Discipline
|
|
46
|
-
- Source pack: 9arm-skills
|
|
47
|
-
- Applied skill: post-mortem
|
|
48
|
-
- Credit: thananon/9arm-skills
|
|
49
|
-
- Adapted for: Antigravity IDE / Nexus-DevFlow
|
|
50
|
-
|
|
51
|
-
## What Broke
|
|
52
|
-
## Impact
|
|
53
|
-
## Reliable Repro / Timeline
|
|
54
|
-
## Root Cause
|
|
55
|
-
## Fix
|
|
56
|
-
## Validation Evidence
|
|
57
|
-
## Why It Slipped Through
|
|
58
|
-
## Prevention / Follow-up
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
## Nexus-DevFlow Output
|
|
62
|
-
|
|
63
|
-
Prefer existing destinations:
|
|
64
|
-
|
|
65
|
-
- task-specific insight: record the final lesson in the active markdown artifacts for that running ID, or in `devflow/lessons.md`
|
|
66
|
-
- project-wide lesson: `devflow/lessons.md` using `.agent/resources/schemas/lessons.template.md`
|
|
67
|
-
- release-facing summary: `/70-Release`
|
|
68
|
-
- stakeholder summary: `management-talk`
|
|
69
|
-
|
|
70
|
-
Keep the output concise and actionable. Avoid blame.
|
|
71
|
-
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: 9arm-skills/scrutinize
|
|
3
|
-
description: Use for plan, PR, and code review. Starts by challenging whether the change should exist, then checks smaller alternatives and traces actual code paths.
|
|
4
|
-
source_pack: 9arm-skills
|
|
5
|
-
credit: thananon/9arm-skills
|
|
6
|
-
upstream: https://github.com/thananon/9arm-skills
|
|
7
|
-
adapted_for: Antigravity IDE / Nexus-DevFlow
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
# Scrutinize
|
|
11
|
-
|
|
12
|
-
## Purpose
|
|
13
|
-
|
|
14
|
-
Review with an outsider perspective before accepting a plan, PR, or code change. The first question is not "is this code correct?" but "should this change exist in this form?"
|
|
15
|
-
|
|
16
|
-
This skill is a credited adaptation of `9arm-skills/scrutinize` for Nexus-DevFlow.
|
|
17
|
-
|
|
18
|
-
## Review Sequence
|
|
19
|
-
|
|
20
|
-
### 1. Intent Check
|
|
21
|
-
|
|
22
|
-
Clarify:
|
|
23
|
-
|
|
24
|
-
- what problem the change is solving
|
|
25
|
-
- what user or system behavior should change
|
|
26
|
-
- what is explicitly out of scope
|
|
27
|
-
- whether the change matches the task, spec, or PR description
|
|
28
|
-
|
|
29
|
-
### 2. Smaller / Safer Alternative
|
|
30
|
-
|
|
31
|
-
Before reviewing details, ask:
|
|
32
|
-
|
|
33
|
-
- can this be solved with less code?
|
|
34
|
-
- can this reuse an existing pattern?
|
|
35
|
-
- can the risk be split into smaller changes?
|
|
36
|
-
- is any dependency, abstraction, migration, or API surface unnecessary?
|
|
37
|
-
|
|
38
|
-
### 3. Trace The Actual Path
|
|
39
|
-
|
|
40
|
-
Do not review only the diff. Follow the end-to-end path that will execute after the change:
|
|
41
|
-
|
|
42
|
-
- entrypoint
|
|
43
|
-
- existing callers
|
|
44
|
-
- changed module
|
|
45
|
-
- downstream effects
|
|
46
|
-
- persistence or external boundaries
|
|
47
|
-
- error path and fallback behavior
|
|
48
|
-
|
|
49
|
-
### 4. Findings First
|
|
50
|
-
|
|
51
|
-
Report actionable findings first, ordered by severity. Avoid style-only comments unless style hides real risk.
|
|
52
|
-
|
|
53
|
-
## Nexus-DevFlow Output
|
|
54
|
-
|
|
55
|
-
When used by `PR-Review`, preserve `.agent/resources/schemas/pr_review.template.md` and add scrutiny context without replacing the required sections.
|
|
56
|
-
|
|
57
|
-
Recommended extra sections:
|
|
58
|
-
|
|
59
|
-
```md
|
|
60
|
-
## Source Discipline
|
|
61
|
-
- Source pack: 9arm-skills
|
|
62
|
-
- Applied skill: scrutinize
|
|
63
|
-
- Credit: thananon/9arm-skills
|
|
64
|
-
- Adapted for: Antigravity IDE / Nexus-DevFlow
|
|
65
|
-
|
|
66
|
-
## Intent Check
|
|
67
|
-
## Smaller Alternative Considered
|
|
68
|
-
## Actual Path Trace
|
|
69
|
-
```
|
|
70
|
-
|
|
71
|
-
For `Agent code-reviewer`, save substantial reports under `devflow/reports/` unless the invoking workflow has a more specific destination.
|
|
72
|
-
|