MyskillosMyskillos
Full-Stack Dev Ekibi

Export

Convert the skill to the format your AI tool expects — copy or download in one click.

4 Files
CLAUDE.md
# Full-Stack Dev Ekibi

Mimar → Backend → Frontend → QA handoff zinciri. Bir feature'ı baştan sona implemente eden sıralı ajan takımı.

## Orchestration instructions (chief)

Feature'ı teknik tasarıma dök, görevleri dağıt.

## Roles
- **QA** (Sub-agent): Test & inceleme

## Workflow
- **Chief:** Mimar — splits tasks and delegates.
- **Sequential: Backend** (run in order, passing output (handoff)) → —
  - Execution: run the child agents one by one in the order above; pass each step's output as input to the next.
- **Sequential: Frontend** (run in order, passing output (handoff)) → —
  - Execution: run the child agents one by one in the order above; pass each step's output as input to the next.
- **Sub-agent:** QA — specialists under the chief.

## Coordination / communication
- Mimar → Backend: output handed to the next
- Backend → Frontend: output handed to the next
- Frontend → QA: output handed to the next
- QA → Mimar: result returns to the chief