Back to list
gonzaloetjo

task-writing

by gonzaloetjo

ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code

2🍴 0📅 Jan 21, 2026

SKILL.md


name: task-writing description: Use when creating task files in runs/tasks/. Provides exact format required for task frontmatter and body sections.

Task Writing

Template

Task files go in runs/tasks/task-{NNN}.md. Use exactly this format:

---
task_id: task-001
title: Short descriptive title
role: alto-backend
post: [alto-qa, code-simplifier, alto-gitops]
allowed_paths:
  - src/api/**
  - src/models/**
handoff: runs/handoffs/task-001.md
---

## Goal
What this task accomplishes (1-2 sentences).

## Definition of Done
- [ ] Concrete, verifiable criterion
- [ ] Another verifiable criterion
- [ ] Tests pass: `npm test`

## How to Verify
- Run `npm test` to verify tests pass
- Check API endpoint responds correctly

## Context
Reference to relevant handoffs or decisions if needed.

Required Frontmatter Fields

FieldTypeDescription
task_idstringMust match filename: task-001task-001.md
titlestringShort description (5-10 words)
rolestringAgent to execute: alto-backend, alto-frontend, alto-qa, alto-docs, alto-gitops, code-simplifier
allowed_pathslistGlob patterns agent can modify
handoffstringPath for handoff file: runs/handoffs/task-{id}.md

Optional Frontmatter Fields

FieldTypeDescription
postlistPost-agents to run after: [alto-qa, code-simplifier, alto-gitops]
depends_onlistTask IDs that must complete first: [task-001, task-002]
prioritystringhigh, medium, low

Required Body Sections

  1. ## Goal - What this task accomplishes
  2. ## Definition of Done - Checkboxes with verifiable criteria
  3. ## How to Verify - Commands to run

Rules

  1. task_id matches filename - task-001 must be in task-001.md
  2. role must be valid - Only known role agents
  3. allowed_paths scoped - Don't give **/* access
  4. DoD is verifiable - Each item must be checkable
  5. Minimum body length - Validation rejects tasks under 50 characters

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon