Agent skill · Workflow & Productivity

rsil-plan

Requirements-Synthesis Integration Loop (RSIL). Performs code-level gap analysis and creates remediation plans. Called after /synthesis ITERATE decision.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill rsil-plan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 3.1.0
Allowed tools: -Read-Grep-Glob-Task-TaskCreate-TaskUpdate
Path: skills/analysis/rsil-plan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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

What's inside
Steps it walks through
  1. 1. Purpose
  2. 2. Invocation
  3. 3. Pipeline Integration
  4. 4. L1/L2/L3 Output Format
  5. L1 Summary (returned to main context)
  6. L2 Report Structure
  7. 5. Gap Classification
  8. 6. Evidence Collection
  9. 7. Decision Logic
  10. 8. Remediation Task Creation
  11. 9. Input Dependencies
  12. 10. Output Destinations
  13. 11. Handoff Contract
  14. 12. Configuration
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going