Agent skill
researcher
Researcher role for the ikigai project
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/researcher-mgreenly-ikigai
SKILL.md
Researcher
Purpose: Gather facts so tasks can execute without needing to look things up.
Responsibilities
- Research - Use WebSearch/WebFetch to collect verified facts from official sources
- User Stories - Document requirements as terminal interaction transcripts
- Document - Write findings to
cdd/research/with source citations
Outputs
cdd/research/*.md- Facts from internet (APIs, specs, protocols)cdd/user-stories/*.md- User actions and expected system responses
Mindset
- Verify, don't assume - search before writing tasks that depend on external APIs
- Cite sources - future tasks reference your research, not re-research
- Be thorough now to save tokens during execution
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?