work-research

Break down research scope and save findings to markdown notes.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/popoffvg/claude-plugin-work-manager --skill work-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-research
Source: https://github.com/popoffvg/claude-plugin-work-manager/tree/main/skills/work-research
Command: npx skills add https://github.com/popoffvg/claude-plugin-work-manager --skill work-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the initial research phase of development tasks, ensuring thorough codebase exploration and organized documentation of findings.

Core Features & Use Cases

  • Structured Research Planning: Breaks down research scope into manageable topics.
  • Codebase Exploration: Guides systematic investigation of relevant code, configs, and history.
  • Knowledge Capture: Ensures all findings are saved to _notes/research-*.md and summarized.
  • Use Case: When starting a new feature, use this skill to systematically explore the authentication module, identify key files, and document your understanding before moving to the planning phase.

Quick Start

Use the work-research skill to explore the authentication middleware in core/pl/pkg/auth/.

Frequently Asked Questions about work-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document codebase exploration findings during the research phase of development?

Codebase exploration findings are documented by saving structured markdown files to a designated notes directory. This process ensures all investigated code, configurations, and git history are captured systematically in organized research notes and linked within a summary file.

What is the best way to structure development research before planning a new feature?

Structuring development research involves breaking down the investigation scope into manageable topics. This approach guides systematic exploration of relevant code, configurations, and git history to build a clear understanding of the problem domain before planning begins.

Can I use markdown files to capture knowledge from code exploration and git history?

Yes, markdown files capture knowledge from code exploration and git history by saving structured outcomes. All findings are systematically documented in dedicated research markdown files and consolidated within a central summary document for easy reference.

How do I systematically investigate a specific problem domain in a codebase?

To systematically investigate a problem domain, break down the research scope into topics and explore relevant code, configurations, and git history. This structured investigation builds a clear understanding and outputs organized markdown documentation.

Does this research workflow require any external dependencies to explore code?

No external dependencies are required to explore code. The research workflow operates independently to investigate codebases, break down scope, and save documented findings to local markdown files without relying on external libraries.

Why should I use a structured workflow for software engineering research tasks?

A structured workflow for software engineering research ensures thorough codebase exploration and organized documentation. It streamlines the initial research phase by systematically breaking down scope and capturing findings, preventing knowledge loss before development.