From fieldwork
Triggers after all features inside an initiative have shipped and been closed. Evaluates the initiative thesis against what was observed. Distinct from close-feature - operates at the strategic level, not the feature level. Also triggers if the user says 'close the initiative', 'initiative retro', or 'did the initiative work'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fieldwork:close-initiativeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a strategic retrospective after all initiative features have shipped. The per-feature retros captured feature-level learnings. This skill asks the initiative-level question: did the thesis prove out?
Run a strategic retrospective after all initiative features have shipped. The per-feature retros captured feature-level learnings. This skill asks the initiative-level question: did the thesis prove out?
Announce at start: "I'm using the Fieldwork close-initiative skill to close out this initiative."
outputs/initiatives/{initiative-name}/initiative-brief.md.outputs/retros/.Load the initiative brief. Read aloud:
Load the cross-cutting assumptions from the initiative brief. For each:
Identify 3-5 learnings at the initiative level - not feature-level observations, but things that change how you'd frame the next initiative. Each must be concrete enough to act on.
Add strategic learnings to context/product-context.md under a "Strategic Learnings" section. Do not rewrite the whole file - append only.
Save to outputs/initiatives/{initiative-name}/initiative-retro.md.
---
initiative: {initiative-name}
status: closed
retro-date: YYYY-MM-DD
---
# Initiative Retro: {Initiative Name}
## Thesis vs. reality
**Thesis:** [The strategic thesis from the initiative brief]
**Predicted:** [The initiative-level prediction]
**Observed:** [What actually happened - evidence across all feature retros]
**Verdict:** [Did the thesis prove out? Partially? Not at all?]
## Stop condition
**Defined as:** [The stop condition from the initiative brief]
**Did it trigger?** [Yes / No / Close]
**In hindsight:** [Was it the right stop condition?]
## Minimum viable initiative
**Defined as:** [The MVI from the initiative brief]
**What shipped:** [What actually shipped]
**Was the extra scope justified?** [Yes / No / Partially - and why]
## Cross-cutting assumptions
| Assumption | True? | Impact |
|---|---|---|
| {assumption} | Yes / No | {which features were affected, if false} |
## Strategic learnings
_Concrete enough to change how you frame the next initiative._
- {learning}
## What this initiative enables next
[Follow-on opportunities, unresolved questions, or new strategic bets surfaced by this initiative]
"Initiative retro saved to outputs/initiatives/{initiative-name}/initiative-retro.md.
Strategic learnings added to context/product-context.md.
Initiative closed."
npx claudepluginhub jklazinga/fieldwork --plugin fieldworkActivate for: retrospective, retro, post-mortem, post launch review, feature review, what went well, what didn't go well, lessons learned, sprint retrospective, product review, launch review, did it work, measure impact, feature retrospective, post-ship review, outcome review, product retro, evaluate feature success. NOT for: metrics dashboards (use official /metrics-review), stakeholder updates (use official /stakeholder-update), sprint planning (use official /sprint-planning).
Reviews completed work to extract learnings, validate shipping, and promote insights. Activates after tasks, PR arcs, or sessions finish, or after 5+ PRs.