Claude Code Plugins

Community-maintained marketplace

Feedback

Add or modify tasks in Implementation Plan. Use when user proposes new requirements, changes priorities, or adjusts existing task scope.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/requirement-change --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/requirement-change -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name requirement-change
description Add or modify tasks in Implementation Plan. Use when user proposes new requirements, changes priorities, or adjusts existing task scope.

Requirement Change

Instructions

When user proposes new requirements or changes:

  1. Review docs/PROJECT_OVERVIEW.md and docs/Implementation Plan.md to understand current task structure and priority order
  2. Identify appropriate Phase/Task location for the change
  3. Create/modify tasks following these principles:

Each task must:

  • Be independently completable and testable
  • Deliver complete functionality that can be verified (avoid partial implementations that are untestable)
  • Focus on functionality and requirements (not code details)
  1. Update Priority Order table if priorities change
  2. For large new features, consider creating a new Phase section
  3. Keep documentation concise—avoid redundancy to reduce AI context usage