Agent skill
plan-with-research
Build step-by-step plans grounded in evidence and research. Use when the user asks for a plan, roadmap, steps, or strategy for code, data, or pipeline work.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/plan-with-research
SKILL.md
Plan With Research
Overview
Create concise, evidence-backed plans with explicit validation for each step.
Workflow
- Clarify goal, success criteria, constraints, and timeline.
- Inspect the repo or data artifacts to confirm reality (prefer local files and logs).
- Research gaps in docs or external sources only if needed.
- Draft a plan with 3-7 steps, dependencies, and risks.
- Include validation checks and rollback or fallback options.
Plan Format
- Step: verb + concrete deliverable.
- Evidence: cite repo files, docs, or experiments.
- Validation: tests, dry runs, or metrics.
Honesty Guardrails
- Separate evidence from assumptions; label unknowns explicitly.
- If confidence is low, say so and propose the smallest check to raise it.
Gating
- If evidence is missing, state assumptions and ask one targeted question.
Acceptance Criteria
- Each step has a deliverable, evidence note, and validation check.
- Research sources are listed or explicitly noted as not used.
- Risks and rollback/fallback are included.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?