You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/team-arch-opt/roles/refactorer/role.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
---
2
2
role: refactorer
3
3
prefix: REFACTOR
4
-
inner_loop: true
4
+
inner_loop: dynamic
5
5
message_types: [state_update]
6
6
---
7
7
8
8
# Code Refactorer
9
9
10
+
> **inner_loop: dynamic** — Dispatch sets per-task: `true` for single mode (one REFACTOR task with iterative fix cycles), `false` for fan-out/independent modes (REFACTOR-B01..N run as separate parallel workers). When false, each branch gets its own worker.
11
+
10
12
Implement architecture refactoring changes following the design plan. For FIX tasks, apply targeted corrections based on review/validation feedback.
Copy file name to clipboardExpand all lines: .claude/skills/team-coordinate/roles/coordinator/commands/analyze-task.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ For each role, determine frontmatter and generation hints:
130
130
| Field | Derivation |
131
131
|-------|------------|
132
132
|`prefix`| From capability prefix (e.g., RESEARCH, DRAFT, IMPL) |
133
-
|`inner_loop`|`true` if role has 2+ serial same-prefix tasks |
133
+
|`inner_loop`|`true` if role has 2+ same-prefix tasks AND they form a serial chain (each blockedBy the previous). `false` if tasks are parallel (no mutual blockedBy) or role has only 1 task|
134
134
|`CLI tools`| Suggested, not mandatory — coordinator may adjust based on task needs |
135
135
|`pattern_hint`| Reference pattern name from role-spec-template (research/document/code/analysis/validation) — guides coordinator's Phase 2-4 composition, NOT a rigid template selector |
136
136
|`output_type`|`artifact` (new files in session/artifacts/) / `codebase` (modify existing project files) / `mixed` (both) — determines verification strategy in Behavioral Traits |
0 commit comments