backlog

Structured workflow for taking features from backlog to implementation. Use when picking tasks, refining PRDs, planning implementation, or implementing features. Invokes specialized agents: triager, refiner, planner, implementer, conductor.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "backlog" with this command: npx skills add miguelalcalde/agentfiles/miguelalcalde-agentfiles-backlog

Backlog Workflow

A structured workflow for taking features from backlog to implementation using specialized agents.

Workflow Overview

Backlog → Triage → PRD → Plan → Refine → PRD (refined) → Implement → Code

Manual mode: Each step is human-triggered. Agents do not auto-chain.

Conductor mode: Run the conductor workflow to orchestrate all phases automatically until complete or blocked.

Workflow Actions

ActionAgentPurposeOptional command alias
TriagetriagerSelect task from backlog, create blank PRD/triage
Plan [slug]plannerCreate implementation plan/plan [slug]
Refine [slug]refinerComplete and validate PRD/refine [slug]
Implement [slug]implementerExecute plan on feature branch/implement [slug]
ConductconductorOrchestrate all phases in a loop/conduct
Conduct phased runconductorRun specific phases only (e.g., triage,plan)/conduct --phases X
Conduct targeted runconductorProcess specific feature only/conduct --slug X

Slash commands are optional convenience wrappers. The workflow is designed to work with plain prompts and subagent invocation across tools.

Agents

Agents are minimal — they define role, boundaries, and tools. Methodology lives in skills.

AgentBranchWrites ToMethodology Skill
triagermain.backlog/prds/, .backlog/backlog.mdskills/backlog/triage/SKILL.md
refinermain.backlog/prds/skills/backlog/refine/SKILL.md
plannermain.backlog/plans/, .backlog/prds/skills/backlog/plan/SKILL.md
implementerfeature/*Source codeskills/backlog/implement/SKILL.md
conductormain + feat.backlog/, source code, action logOrchestrates all of the above

Naming Convention

The workflow uses descriptive slugs instead of numeric IDs:

ArtifactFormatExample
Backlog entry[slug] Title[user-auth] User Authentication
PRD filePRD-[slug].mdPRD-user-auth.md
Plan filePLAN-[slug].mdPLAN-user-auth.md
Branchfeat/[slug]feat/user-auth

Slugs: lowercase kebab-case, max 30 characters.

Status Flow

PRD Statuses

blank → refined → needs_review → approved

Only a human sets approved. The refiner sets refined or needs_review.

Plan Statuses

draft → needs_review → approved → implemented | partially_implemented

Only a human sets approved. The planner sets draft or needs_review.

Human Checkpoints

  • After Triage: Review selected task, adjust if needed
  • After Plan: Review plan, mark as approved if ready
  • After Refine: Review PRD, mark as approved if ready
  • After Implement: Review code, create PR manually

Project Setup

Each project using this workflow needs a .backlog/ directory:

your-project/
└── .backlog/
    ├── backlog.md
    ├── prds/
    └── plans/

Example Usage

Manual Mode (step-by-step)

# Triage the highest priority task
"Use the triager agent to pick the highest-priority pending task and create a PRD."

# Create implementation plan
"Use the planner agent to create the implementation plan for user-auth."

# Refine a specific PRD
"Use the refiner agent to refine PRD-user-auth."

# Execute the plan
"Use the implementer agent to implement the approved plan for user-auth."

Conductor Mode (automated)

# Run full pipeline until complete or blocked
"Use the conductor agent to run the backlog pipeline until complete or blocked."

# Run only triage and plan phases
"Use the conductor agent and run only phases: triage,plan."

# Process specific feature only
"Use the conductor agent and process only slug: user-auth."

# Named conductor for parallel operation
"Use conductor name frontend and run phases triage,plan."

Parallel Conductors

Multiple conductors can run in parallel when handling different phases:

# Terminal 1: Create PRDs and plans
"Use conductor name frontend and run phases triage,plan."

# Terminal 2: Review plans
"Use conductor name reviewer and run phase refine."

# Terminal 3: Implement approved plans
"Use conductor name builder and run phase implement."

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

backlog

No summary provided by upstream source.

Repository SourceNeeds Review
General

backlog

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

backlog

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated