agentskills.codes
RE

requirements-analysis

Use when gathering and refining requirements into a structured TASK.

Install

mkdir -p .claude/skills/requirements-analysis-matrixfounder && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13808" && unzip -o skill.zip -d .claude/skills/requirements-analysis-matrixfounder && rm skill.zip

Installs to .claude/skills/requirements-analysis-matrixfounder

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when gathering and refining requirements into a structured TASK.
68 chars✓ has a “when” trigger

About this skill

Requirements Analysis

1. Analysis Loop

  1. Reconnaissance: Read project structure, .AGENTS.md.
  2. Identification: What are the use cases? Actors? Preconditions?
  3. Clarification: List open questions. Better to ask now than fail later.

2. Technical Specification (TASK) Structure

You MUST follow the structure defined in assets/task_template.md. Read this file to understand the required headers and sections.

3. Important Rules

✅ DO:

  1. Be detailed: Describe every step in scenarios.
  2. Think about edge cases: Consider errors, exceptions, boundary conditions.
  3. Ask questions: If something is unclear — add to "Open Questions".
  4. Use existing terminology: Use terms from project documentation.
  5. Link to existing functionality: Explicitly state how new functionality interacts with existing.

❌ DO NOT:

  1. DO NOT write code: You create TASK, not implementation.
  2. DO NOT design architecture: This is the Architect's task.
  3. DO NOT invent: If unclear, ask a question.
  4. DO NOT make assumptions: Explicitly state where you make an assumption.
  5. DO NOT overcomplicate: Keep it simple, don't overengineer.
  6. DO NOT ignore existing functionality: Study the project before writing TASK.
  7. DO NOT leave important decisions for later: All key decisions must be selected or clarification requested from user.

🔴 CRITICAL: Uncertainty Management

You are at the earliest stage of development. Unresolved uncertainty now can lead to project failure. Therefore:

  1. Pay maximum attention to unclear points
  2. Do not hesitate to ask many questions
  3. Better to ask a "stupid" question than make an incorrect assumption
  4. If in doubt — add to "Open Questions"

Search skills

Search the agent skills registry