common-workflows

Guide Claude through structured multi-step workflows for plugin-enabled tasks.

2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/tianzecn/myclaudecode --skill common-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: common-workflows
Source: https://github.com/tianzecn/myclaudecode/tree/main/plugins/superpowers-developing-for-claude-code/skills/working-with-claude-code/references/common-workflows
Command: npx skills add https://github.com/tianzecn/myclaudecode --skill common-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This reference documents common workflows for Claude Code, including how to map tasks to maps, symbol lookups, and ensuring best practices.

Core Features & Use Cases

  • Workflow Patterns: standardized steps for bug fixes, feature work, refactoring, and architecture understanding.
  • Best Practices: guidance on indexing, avoiding bulk reads, and citing results.
  • Onboarding: quick start patterns for new users.

Quick Start

Follow the Bug Investigation workflow to locate a symptom, then leverage map, symbol, and context to read precise code ranges.

Frequently Asked Questions about common-workflows

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

FAQPage Schema
How do I structure a multi-step workflow for Claude Code tasks?

Structure workflows with numbered steps that gather requirements, plan approaches, execute tasks, and verify results. This pattern applies to bug fixes, feature work, refactoring, and architecture understanding, ensuring consistent execution across demonstration and development contexts.

What's the best way to investigate bugs using Claude Code?

Follow the Bug Investigation workflow to locate symptoms, then use map and symbol lookups to read precise code ranges. This approach avoids bulk reads and leverages context efficiently to pinpoint issues.

How do I apply best practices when working with Claude Code?

Best practices include indexing code for efficient lookup, avoiding bulk reads of entire files, and citing results accurately. These patterns accelerate onboarding and ensure reproducible outcomes across plugin-enabled tasks.

Can I use standardized workflow patterns for feature development?

Yes. Common-workflows provides standardized patterns for feature work, bug fixes, refactoring, and architecture understanding. These replicable workflows integrate with bundled references and MCP server tools to support consistent delivery.

What setup do I need before using workflow patterns?

No dependencies are required. Workflows work with Claude Code in demonstration and development contexts, supported by frontmatter metadata, references, and plugin hooks for immediate adoption.

How do symbol and map lookups improve code navigation?

Symbol and map lookups enable precise targeting of code ranges without reading entire files, reducing context overhead and accelerating investigation and refactoring workflows.