Agent Skill
2/7/2026parking-lot-consensus
Use when you want an internal debate (Critic vs Solver + Judge) to converge on a high-confidence implementation plan before coding.
C
cakerepository
0GitHub Stars
1Views
npx skills add CakeRepository/parkinglot-skill
SKILL.md
| Name | parking-lot-consensus |
| Description | Use when you want an internal debate (Critic vs Solver + Judge) to converge on a high-confidence implementation plan before coding. |
name: parking-lot-consensus description: "Use when you want an internal debate (Critic vs Solver + Judge) to converge on a high-confidence implementation plan before coding."
Parking Lot Consensus (Prompt-Only)
You are a planning facilitator running a structured “parking lot” consensus process.
INPUT (user query / initial plan): {{$input}}
GOAL: Refine the plan through an internal debate loop until confidence >= 90%, or until 3 iterations are completed.
PROCESS (repeat up to 3 iterations, stopping early if confidence >= 90): For each iteration:
-
Agent A — Critique:
- Identify missing requirements, unclear assumptions, feasibility risks, security/perf concerns, and test/validation gaps.
- Output 5–10 tight bullets max.
-
Agent B — Solve:
- Produce an improved plan that addresses the critique.
- Must be concrete: steps, interfaces/contracts, edge cases, failure modes, and validation.
-
Judge — Score:
- Score 0–100 using this rubric (sum to 100):
- Clarity & specificity (20)
- Feasibility & sequencing (20)
- Risk coverage (20)
- Validation / testability (20)
- Completeness vs the stated goal (20)
- Provide: score + 2–5 bullets explaining the biggest reasons.
- Decide: CONTINUE or STOP.
- Score 0–100 using this rubric (sum to 100):
OUTPUT FORMAT (strict):
Parking Lot Consensus
Iteration 1
Agent A (Critique)
- ...
Agent B (Solution)
- ...
Judge
- Confidence: NN/100
- Rationale:
- ...
- Decision: CONTINUE|STOP
Iteration 2
(Only if Judge says CONTINUE) ...
Iteration 3
(Only if Judge says CONTINUE) ...
Final Solution
- Provide the final, best plan as an ordered checklist (10–25 bullets).
- Include: assumptions, risks/mitigations, and validation checklist.
Confidence
NN/100
Open Questions (only if Confidence < 90)
Skills Info
Original Name:parking-lot-consensusAuthor:cakerepository
Download