Simplify /retro flow: issue first, encoding later #50

Merged
HugoNijhuis merged 1 commits from fix-retro-flow into main 2026-01-07 19:38:58 +00:00
Owner

Summary

Simplifies the retro flow based on feedback:

Before: Retro creates learning file + encoding issue simultaneously
After: Retro creates issue → encoding (including learning file) happens when issue is worked on

New Flow

Retro (any repo) → Issue (architecture repo) → Later: encode into learning + skill/command/agent

Key Changes

  • Retro now only creates issues, not learning files directly
  • Learning files are created when the issue is worked on
  • All issues go to flowmade-one/ai regardless of which repo the retro runs in
  • Added "When the Issue is Worked On" section for encoding guidance
  • Clearer separation: capturing insights vs encoding them

Rationale

  • All learnings ultimately live in architecture repo's learnings/
  • All encoding targets (skills/commands/agents) live in architecture repo
  • Simpler for retros run in product repos - just create the issue
  • Encoding can be prioritized and scheduled separately from capture

🤖 Generated with Claude Code

## Summary Simplifies the retro flow based on feedback: **Before**: Retro creates learning file + encoding issue simultaneously **After**: Retro creates issue → encoding (including learning file) happens when issue is worked on ## New Flow ``` Retro (any repo) → Issue (architecture repo) → Later: encode into learning + skill/command/agent ``` ## Key Changes - Retro now only creates issues, not learning files directly - Learning files are created when the issue is worked on - All issues go to `flowmade-one/ai` regardless of which repo the retro runs in - Added "When the Issue is Worked On" section for encoding guidance - Clearer separation: capturing insights vs encoding them ## Rationale - All learnings ultimately live in architecture repo's `learnings/` - All encoding targets (skills/commands/agents) live in architecture repo - Simpler for retros run in product repos - just create the issue - Encoding can be prioritized and scheduled separately from capture 🤖 Generated with [Claude Code](https://claude.com/claude-code)
HugoNijhuis added 1 commit 2026-01-07 19:38:52 +00:00
Changed the retro flow to:
1. Retro (any repo) → Issue (architecture repo)
2. Later: Encode issue into learning file + skill/command/agent

Key changes:
- Retro now only creates issues, not learning files
- Learning files are created when the issue is worked on
- All issues go to architecture repo regardless of source repo
- Added "When the Issue is Worked On" section for encoding guidance
- Clearer separation between capturing insights and encoding them

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
HugoNijhuis merged commit fac88cfcc7 into main 2026-01-07 19:38:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#50