do

Orchestrate a 5-phase feature development workflow with specialized AI agents.

2.7k|308|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/stellarlinkco/myclaude --skill do-stellarlinkco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do
Source: https://github.com/stellarlinkco/myclaude/tree/main/skills/do
Command: npx skills add https://github.com/stellarlinkco/myclaude --skill do-stellarlinkco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of developing new features by providing a structured, multi-phase workflow that ensures thoroughness and reduces errors.

Core Features & Use Cases

  • 5-Phase Workflow: Guides users through Understand, Clarify, Design, Implement, and Complete phases.
  • Agent Orchestration: Leverages specialized agents (code-explorer, code-architect, code-reviewer, develop) for each stage.
  • Use Case: When a user needs to add a new user authentication module to a web application, they can invoke this Skill with a description, and it will systematically guide the development process from initial understanding to final completion.

Quick Start

Use the do skill to implement the user login feature.

Frequently Asked Questions about do

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

FAQPage Schema
How do I structure feature development to reduce errors during implementation?

Structured feature development reduces errors by orchestrating a 5-phase workflow that guides you through Understand, Clarify, Design, Implement, and Complete stages using specialized AI agents.

What is the best way to automate code understanding and design for a new feature?

Automating code understanding and design is best handled by orchestrating specialized agents like code-explorer and code-architect, which systematically process your feature requirements across defined workflow phases.

How do I manage task state and context across multiple development phases?

Task state and context across development phases are managed via Python scripts and task.md files, ensuring deterministic execution and persistent state tracking throughout the entire workflow.

Can I run parallel agent tasks and use git worktree isolation for safe development?

Yes, parallel execution of agent tasks is supported, alongside optional git worktree isolation to ensure safe, conflict-free feature development within your repository environment.

Does agent orchestration work for adding a new user authentication module?

Agent orchestration works for adding authentication modules by systematically guiding the process from initial codebase exploration to final implementation and review across its multi-phase workflow.