From agentic-dev
Use for Phase 1 of the development workflow: AI deep research. Ingests human research materials from workflow/research/manual/ and performs web search, codebase analysis, and cross-referencing to produce a comprehensive research synthesis. Use when someone says 'start research', 'phase 1', 'research phase', 'deep research', or has placed materials in workflow/research/manual/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-dev:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Executes Phase 1 (Research & Discovery) of the AI-Assisted Development Workflow.
Executes Phase 1 (Research & Discovery) of the AI-Assisted Development Workflow.
Human has placed research materials in workflow/research/manual/. Materials can be any format: markdown, PDF, URLs, images, conversations, git repos, API specs, stakeholder notes, competitor examples, screenshots, etc.
If workflow/research/final/research.md already exists but workflow/research/final/rfc.md does not, the phase was run before the review process was added. Create the RFC file now and ask the human to review before proceeding.
CONTEXT:
RESEARCH INPUTS:
Read all files in workflow/research/manual/. These are materials gathered during human manual research and may include business objectives, high-level design intent (UI, UX, architecture), external references, API docs, competitor analysis, stakeholder conversations, and constraints.
{{LIST_ANY_ADDITIONAL_URLS_OR_RESOURCES_TO_RESEARCH}}
If a project instruction file exists (CLAUDE.md or .github/copilot-instructions.md), read it for existing tooling preferences, version constraints, or coding standards. Treat these as project constraints.
ROLE:
If executing research, activate the software-architect agent by default. For highly domain-specific projects, activate the domain-specialist agent instead.
INSTRUCTIONS:
You are performing deep research to complement the human's manual research. Do not merely summarize — add value by:
Produce the output with these sections:
OUTPUT FORMAT:
Save as workflow/research/final/research.md. Place any processed reference materials in workflow/research/final/references/.
Use headings, bullet points, and tables. Keep it scannable — no prose paragraphs.
Also update the Overview section of README.md with a concise problem statement and project description based on the research findings.
CONSTRAINTS:
workflow/decisions/DR-NNN-title.md and update workflow/decisions/README.md. Structure the record with: Phase, Date, Status, Context, Options Considered, Decision, and Consequences. Do NOT create records for trivial choices.HUMAN REVIEW PROCESS:
After you produce workflow/research/final/research.md, create workflow/research/final/rfc.md with a brief summary of key findings and any areas where you had low confidence.
Then STOP and ask the human to review. Do NOT proceed to the next phase or suggest next steps.
The human will review research.md and may add *FEEDBACK:* comments in the review file.
*AI:* comments explaining what was changed and why, then update research.md accordingly.npx claudepluginhub wilsonkichoi/agentic_development_workflow --plugin agentic-devGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.