Update /retro command to store learnings and create encoding issues #42

Closed
opened 2026-01-07 18:52:06 +00:00 by HugoNijhuis · 0 comments
Owner

Summary

Update the /retro command to:

  1. Store learnings in the learnings/ folder (historical + governance)
  2. Create issues to encode learnings into skills/commands/agents (actionable)

Updated Flow

  1. Gather context: What task was completed
  2. Reflect: What worked, what didn't, insights gained
  3. Categorize learning:
    • Where should this be encoded? (skill/command/agent)
    • What governance does this establish?
  4. Store learning: Write to learnings/YYYY-MM-DD-title.md
  5. Create encoding issue: Issue to update the appropriate skill/command/agent
  6. Vision connection: Does this affect manifesto or product vision?

Learning File Creation

# [Learning Title]

**Date**: YYYY-MM-DD
**Context**: [Task that triggered this]

## Learning
[The insight]

## Encoded In
- Pending: Issue #XX to update [target]

## Governance
[What this means for how we work]

Dependencies

  • Depends on #39 (learnings folder must exist)

Acceptance Criteria

  • /retro creates learning file in learnings/
  • /retro creates issue to encode learning into skill/command/agent
  • Learning file references the encoding issue
  • Encoding issue references the learning file
  • Flow handles both architecture repo and product repos
## Summary Update the `/retro` command to: 1. Store learnings in the `learnings/` folder (historical + governance) 2. Create issues to encode learnings into skills/commands/agents (actionable) ## Updated Flow 1. **Gather context**: What task was completed 2. **Reflect**: What worked, what didn't, insights gained 3. **Categorize learning**: - Where should this be encoded? (skill/command/agent) - What governance does this establish? 4. **Store learning**: Write to `learnings/YYYY-MM-DD-title.md` 5. **Create encoding issue**: Issue to update the appropriate skill/command/agent 6. **Vision connection**: Does this affect manifesto or product vision? ## Learning File Creation ```markdown # [Learning Title] **Date**: YYYY-MM-DD **Context**: [Task that triggered this] ## Learning [The insight] ## Encoded In - Pending: Issue #XX to update [target] ## Governance [What this means for how we work] ``` ## Dependencies - Depends on #39 (learnings folder must exist) ## Acceptance Criteria - [ ] /retro creates learning file in learnings/ - [ ] /retro creates issue to encode learning into skill/command/agent - [ ] Learning file references the encoding issue - [ ] Encoding issue references the learning file - [ ] Flow handles both architecture repo and product repos
HugoNijhuis added a new dependency 2026-01-07 18:52:39 +00:00
HugoNijhuis added a new dependency 2026-01-07 18:52:40 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Blocks Depends on
Reference: flowmade-one/architecture#42