Skip to content

Commit 8f1f77b

Browse files
intel352claude
andcommitted
fix(cross-llm): sync brainstorming + pr-monitoring with PR-B round-5 fixes
- brainstorming: remove "2-4 per form" counts from checklist/principles - pr-monitoring: fix dangling "Monitor Loop below" reference Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2d1a831 commit 8f1f77b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

skills/brainstorming/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Every project goes through this process. A todo list, a single-function utility,
2424
You MUST create a task for each of these items and complete them in order:
2525

2626
1. **Explore project context** — check files, docs, recent commits
27-
2. **Ask clarifying questions** — adaptive batching: group 2-4 related questions per form, follow up with targeted singles
27+
2. **Ask clarifying questions** — adaptive batching: group related questions to reduce round-trips; use targeted singles for follow-ups
2828
3. **Propose 2-3 approaches** — with trade-offs and your recommendation
2929
4. **Present design** — in sections scaled to their complexity, get user approval after each section
3030
5. **Write design doc** — save to `docs/plans/YYYY-MM-DD-<topic>-design.md` and commit
@@ -115,7 +115,7 @@ When the user wants design exploration without execution, they pass `--design-on
115115

116116
## Key Principles
117117

118-
- **Adaptive question batching** - Group 2-4 related questions per form, follow up with targeted singles
118+
- **Adaptive question batching** - Group related questions to reduce round-trips; use targeted singles for follow-ups
119119
- **Multiple choice preferred** - Easier to answer than open-ended when possible
120120
- **YAGNI ruthlessly** - Remove unnecessary features from all designs
121121
- **Explore alternatives** - Always propose 2-3 approaches before settling

skills/pr-monitoring/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Invoked automatically by `finishing-a-development-branch` in autonomous mode aft
1717

1818
## The Process
1919

20-
Spawn a background `balanced`-tier agent that monitors the PR in a loop following the Monitor Loop below.
20+
Spawn a background `balanced`-tier agent that monitors the PR in a loop following the Monitor Loop procedure.
2121

2222
<host: claude-code>
2323
Use the Agent tool to run the monitor in the background:

0 commit comments

Comments
 (0)