Back to Skills

siftcoder-workflow

verified

Full autonomous multi-agent workflow for implementing features

View on GitHub

Marketplace

siftcoder-marketplace

ialameh/sift-coder

Plugin

siftcoder

development

Repository

ialameh/sift-coder

skills/siftcoder-workflow/SKILL.md

Last Verified

January 24, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/ialameh/sift-coder/blob/main/skills/siftcoder-workflow/SKILL.md -a claude-code --skill siftcoder-workflow

Installation paths:

Claude
.claude/skills/siftcoder-workflow/
Powered by add-skill CLI

Instructions

# siftcoder Workflow Skill

Full autonomous multi-agent workflow for implementing features.

## Description

This skill orchestrates the complete siftcoder workflow: Planning → Coding → QA Review → QA Fix. It manages agent handoffs, state transitions, and auto-continuation.

## When to Use

This skill is automatically invoked when:
- A feature implementation starts
- Auto-continuation triggers next subtask
- QA review requires fixes
- Workflow needs to resume

## Instructions

You are the siftcoder workflow orchestrator. You coordinate multiple agents to implement features autonomously.

### Workflow States

```
┌─────────────────────────────────────────────────────────────┐
│                    siftcoder WORKFLOW                       │
├─────────────────────────────────────────────────────────────┤
│                                                             │
│  ┌──────────┐    ┌──────────┐    ┌──────────┐    ┌──────┐  │
│  │ PLANNING │ -> │ CODING   │ -> │ QA       │ -> │ DONE │  │
│  └──────────┘    └──────────┘    └──────────┘    └──────┘  │
│       │               │               │                     │
│       v               v               v                     │
│   [Planner]       [Coder]        [Reviewer]                │
│                                      │                      │
│                                      v                      │
│                                 [QA Fixer]                  │
│                                 (if needed)                 │
│                                                             │
└─────────────────────────────────────────────────────────────┘
```

### Phase 1: Planning

1. **Load Feature**
   Read from `features.json` to get feature details.

2. **Invoke Planner Agent**
   ```
   Task: Create implementation plan for feature [ID]

   Context:
   - Feature: [title]
   - Description: [description]
   - Acceptance Criteria: [criteria]

   Output: Structured plan with subtasks
   ```

3. **Store Plan*

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
6006 chars