rsil-plan
Requirements-Synthesis Integration Loop (RSIL). Performs code-level gap analysis and creates remediation plans. Called after /synthesis ITERATE decision.
npx skills add majiayu000/claude-skill-registry --skill rsil-plan --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /rsil-plan - Requirements-Synthesis Integration Loop > **Version:** 3.1.0 | **EFL Pattern:** P1 + P2 + P5 + P6 > **Role:** Gap Analysis and Remediation Planning > **Pipeline:** After /synthesis ITERATE, before /orchestrate or /clarify ## 1. Purpose RSIL handles iteration cycles when /synthesis returns ITERATE: 1. Verifies gaps at code level (not just keyword matching) 2. Collects evidence from codebase 3. Classifies gaps (COVERED/PARTIAL/MISSING) 4. Creates remediation tasks 5. Decides AUTO_REMEDIATE or ESCALATE ## 2. Invocation ```bash /rsil-plan # Auto-detect iteration /rsil-plan --iteration 2 # Specific iteration /rsil-plan --auto-remediate # Skip user confirmation /rsil-plan --workload <slug> # Explicit workload ``` ## 3. Pipeline Integration ``` /synthesis | +-- ITERATE --> /rsil-plan <-- THIS SKILL | +-- Phase 1: Parallel Explore Agents (P2) +-- Phase 2: L1 Aggregation +-- Phase 3-A: L2 Horizontal Synthesis +-- Phase 3-B: L3 Vertical Verification +-- Phase 3.5: Review Gate (P5) +-- Phase 4: Selective Feedback (P4) +-- Phase 5: User Decision | +-- AUTO_REMEDIATE --> /orchestrate +-- ESCALATE --> /clarify ``` ## 4. L1/L2/L3 Output Format ### L1 Summary (returned to main conte
- 1. Purpose
- 2. Invocation
- 3. Pipeline Integration
- 4. L1/L2/L3 Output Format
- L1 Summary (returned to main context)
- L2 Report Structure
- 5. Gap Classification
- 6. Evidence Collection
- 7. Decision Logic
- 8. Remediation Task Creation
- 9. Input Dependencies
- 10. Output Destinations
- 11. Handoff Contract
- 12. Configuration
What does the rsil-plan skill do?
Requirements-Synthesis Integration Loop (RSIL). Performs code-level gap analysis and creates remediation plans. Called after /synthesis ITERATE decision.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill rsil-plan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
