Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.92 KB

File metadata and controls

43 lines (33 loc) · 1.92 KB

Git for Strategy — Seeds Quick Reference

Seeds are reusable thinking patterns. Use /seed to get suggestions, or browse this reference.

How Seeds Work

Each seed has:

  • Trigger: The situation that activates it
  • Pattern: The core insight
  • Steps: How to apply it
  • Evidence: Where it's proven

Seeds live in the seeds/ directory. Full details for each seed are in their individual files.

Quick Reference Table

Seed Trigger Phrase One-Line Pattern
Three-Tiered Governance "We need more structure" Principles → Protocols → Practices
Pace of Understanding "We need to ship faster" Understanding IS the work
Cost Consciousness "This is too expensive" Cost is a design constraint
Voice Before Structure "Fill in this template" Read philosophy first
Liberation Psychology "Only experts can do this" Remove barriers to contribution
Patient Learning "I'm overwhelmed" Methodology prevents rabbit holes
Era Architecture "Plan the next 3 releases" Group into eras with shared constraints
Semantic Clustering "What does this system do?" Map by actions, not file paths
Context Iceberg "Too much information" 4 tiers: tip, waterline, deep, archive
Spec-to-Prompt Pipeline "Let's just build it" Scout → Spec → Pre-flight → Prompt
Portability Tiers "Will this work elsewhere?" Classify by dependency depth
Agent Workspace "Multiple agents on this" Structured shared spaces
Handoff Protocol "You take over from here" State + Decisions + Questions + Done

Creating New Seeds

After running /retro, if a pattern emerges:

  1. Use templates/seed_template.md as a starting point
  2. Name the trigger (when to use it)
  3. Document the steps (how to apply)
  4. Record the evidence (where it worked)
  5. Save to seeds/ directory

The best seeds come from real experience, not theory.