agentsclimarketplace

Plan from rfc

Skill IcodeNet/agent-skills/skills/plan-from-rfc

Generate a phased implementation plan from an RFC, design doc, or spec (URL or file). Use when the user provides an RFC/design document and wants an implementation plan, migration plan, or execution-ready PR breakdown from it.From its SKILL.md

Install
npx -y skills add IcodeNet/agent-skills --skill plan-from-rfc

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.9 KB, 382 tokens by cl100k_base, as published. Nobody here has run it

Plan From RFC

Turn an RFC or design document into a phased, executable delivery plan.

Input collection

If any input is missing, ask the user first:

  1. RFC source (URL or workspace file path)
  2. Goal (implement, refactor, migrate, or review)
  3. Constraints (timeline, risk tolerance, no-behavior-change, testing scope)
  4. Output depth (high-level or execution-ready PR breakdown)

If the RFC source cannot be accessed, ask the user to paste key sections (goal, scope, constraints, decisions, risks), then continue with explicit assumptions.

Analysis steps

  1. Extract: problem statement, goals and non-goals, constraints, accepted decisions, dependencies.
  2. Identify ambiguities and missing information.
  3. Convert into a phased delivery plan with small, low-risk increments.
  4. Keep behavior-preserving constraints explicit when requested.

Output format (exact order)

  1. Context Summary
  2. Assumptions
  3. Scope In / Scope Out
  4. Implementation Plan — phased steps, per-step dependencies, rollback notes
  5. PR Breakdown — one bullet per PR with intent, likely files/areas touched, and risk
  6. Test Strategy — targeted tests first; broader checks only where risk justifies
  7. Risks and Mitigations
  8. Open Questions for Approval

Rules

  • Prefer small PRs over broad multi-domain PRs.
  • Highlight hotspot/conflict-prone files when likely.
  • Do not invent undocumented architecture decisions; mark them as open questions.
  • If the user asked for a plan only, do not implement code.
  • Keep commands aligned with the repo's package scripts when possible.
  • To stress-test the resulting plan, follow with the plan-critic skill.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.