Agent skill · Workflow & Productivity

pm-organization-task-research

Codebase research specialist for PM task assignment. Use proactively before assigning tasks to understand existing patterns, dependencies, and implementation approaches.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pm-organization-task-research --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/pm-organization-task-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PM Task Research > "Research before assignment - prevent misallocation and blockers." Explore the codebase and return structured summaries for task assignment. This helps ensure tasks are assigned to the right agent with accurate complexity estimates. ## When to Use Use proactively before assigning tasks to understand: - Existing patterns in the codebase - Files/components the task will touch - Potential blockers or dependencies - Which agent should handle the task - Complexity estimate ## Research Process 1. Use `Grep` to find related implementations 2. Use `Read` to examine relevant files 3. Use `Glob` to find related components 4. Provide a **structured summary** (not raw exploration) ## What to Research ### For Each Task 1. **Existing Patterns:** What similar implementations exist? 2. **Dependencies:** What files/components will this task touch? 3. **Blockers:** Are there any blocking issues or missing dependencies? 4. **Agent Fit:** Should this go to Developer or Tech Artist? 5. **Complexity Estimate:** Micro/Simple/Medium/Complex based on codebase state ### Agent Selection Guide | Category | Default Agent | When to Reassign | |----------|---------------|-----------------| |

What's inside
Steps it walks through
  1. When to Use
  2. Research Process
  3. What to Research
  4. For Each Task
  5. Agent Selection Guide
  6. Complexity Estimation
  7. Output Format
  8. Important
  9. See Also
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the pm-organization-task-research skill do?

Codebase research specialist for PM task assignment. Use proactively before assigning tasks to understand existing patterns, dependencies, and implementation approaches.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pm-organization-task-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going