원클릭으로
design-loops
Design compounding feedback loops — what data accumulates, what reads it, and how the system gets smarter with use.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Design compounding feedback loops — what data accumulates, what reads it, and how the system gets smarter with use.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit a generated OS repository for completeness, consistency, and architectural integrity against the 15 design principles and 23-item checklist.
Transplant a skill, command, or capability from one agentic-system repo into another via a 5-phase gated protocol (inventory → import → localize → wire → verify). Use when grafting a feature from an upstream repo that has its own dependencies, platform assumptions, or upstream-specific file references that need adapting before the feature will work in the destination repo. Not for copying a self-contained file — use only when the feature has a dependency footprint and the destination repo has its own conventions the import must respect.
Design multi-dimensional evaluation rubrics with calibrated scales, thresholds, and function-adaptive weights.
Identify who evaluates the user's output, what each audience prioritizes, and where their priorities conflict.
Define the user context model — identity axes, context files, persona variants, and privacy rules for the target OS.
Design the complete skill set for the target OS — each skill's purpose, inputs, process, output format, auto-triggers, and quality checks.
| name | design-loops |
| description | Design compounding feedback loops — what data accumulates, what reads it, and how the system gets smarter with use. |
domain-input/feedback-loops.md needs to be filleddomain-input/domain-workflow.md (pipeline stages and metrics)domain-input/identity-model.md (context files that accumulate)output/designs/skill-designs.md (which skills produce and consume data)output/designs/sub-agent-designs.md (which reviews produce scores)From the skill designs, list every skill that produces data worth keeping:
| Skill | Data Produced | Where It's Stored |
|---|---|---|
| /[debrief skill] | Performance scores, patterns | [history file] |
| /[tracker skill] | Pipeline status, dates, stages | [tracker file] |
| /[review sub-agent] | Quality scores per output | [embedded in output / history] |
| /[briefing] | Daily activity log | [briefings/ folder] |
From the skill designs, list every skill that reads accumulated data:
| Skill | Data Consumed | What It Does With It |
|---|---|---|
| /[prep skill] | [history file] | Identifies weaknesses to coach on |
| /[retro skill] | [tracker, history, briefings] | Calculates metrics and trends |
| /[briefing] | [tracker, connections, history] | Prioritizes daily actions |
| /[practice skill] | [history file] | Targets weak areas for rehearsal |
A loop is: action → data → analysis → better action. Identify each loop:
## Loop 1: [Name] (e.g., "Performance Improvement Loop")
Action: User completes [event] (e.g., interview, client call, pitch)
↓
Data: /[debrief skill] scores performance → writes to [history file]
↓
Analysis: /[retro skill] reads accumulated scores → identifies patterns
↓
Coaching: /[briefing] surfaces weakness → recommends /[practice skill]
↓
Better Action: User practices weak area → performs better next time
↓
(Cycle repeats with richer data each iteration)
**Minimum data for loop activation:** [N] entries (e.g., 3 debriefs before patterns emerge)
**Signal quality over time:** [how the insight improves as data accumulates]
## Loop 2: [Name] (e.g., "Pipeline Intelligence Loop")
Action: User adds [opportunity] to tracker
↓
Data: /[tracker] logs status, dates, referral paths
↓
Analysis: /[retro] calculates conversion rates by stage
↓
Coaching: /[briefing] identifies bottleneck → adjusts daily priorities
↓
Better Action: User focuses on the bottleneck stage
↓
(Cycle repeats with longer pipeline history)
For each loop, design what happens when data is thin or missing:
## Degradation: [Loop Name]
| Data Volume | Behavior |
|-------------|----------|
| 0 entries | Skip [analysis section]. Note: "Not enough data for [X]. Complete [N] more [events] to activate [loop name]." |
| 1-2 entries | Show raw data, no pattern analysis. Note: "Early data — patterns will emerge after [N] more entries." |
| 3-9 entries | Basic pattern analysis. Flag low-confidence trends. |
| 10+ entries | Full trend analysis, cross-entry patterns, confidence-weighted recommendations. |
The retro skill (weekly/periodic review) is the primary consumer of compounding data. Design what it calculates:
## Retro Data Model
### Activity Metrics
| Metric | Source | Calculation |
|--------|--------|-------------|
| [X] | [file] | [how to calculate] |
### Bottleneck Detection Rules
| Pattern | Diagnostic | Recommended Fix |
|---------|-----------|----------------|
| [symptom] | [data check] | [action] |
The daily/periodic briefing is the primary delivery mechanism for compounding intelligence. Design how it evolves:
Write the complete feedback loop design to domain-input/feedback-loops.md and output/designs/loop-designs.md.
Tell the designer:
Feedback loops designed:
- [N] compounding loops identified: [list]
- Key loop: [the one that makes the biggest difference over time]
- Cold-start behavior: defined for all loops
- Retro data model: [N] metrics tracked
- Bottleneck patterns: [N] detection rules
The system reaches full intelligence after approximately [N] [events/weeks] of use.
Next: Run /generate-os to assemble everything into a complete repository.
Good loop design:
Bad loop design: