Back to list
gonzaloetjo

alto-feature-setup

by gonzaloetjo

ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code

2🍴 0📅 Jan 21, 2026

SKILL.md


name: alto-feature-setup description: Use when starting a new feature - running /alto-feature-setup, updating objective.md, or running alto-new-run. Interactive workflow for feature initialization.

ALTO Feature Setup

Interactive skill for starting a new feature.

Flow

1. Analyze Current State

First, invoke alto-feature-finder agent to understand:

  • What features are completed
  • What's currently in progress
  • What should be next
Use the alto-feature-finder agent to analyze the project

2. Mark Previous Feature Complete (if needed)

If there's a completed feature that hasn't been marked done:

  • Update objective.md:
    • Mark Definition of Done items as [x]
    • Add completion note: **Completed:** run/NNN (YYYY-MM-DD)

3. Discuss New Feature

Have a conversation with the user:

  • What feature to work on next?
  • Any clarifications on scope?
  • Any constraints or preferences?

Then update objective.md with the feature definition:

  • Goal statement
  • Requirements (numbered: N.1, N.2, etc.)
  • Definition of Done (checkboxes)

4. Run Mechanical Setup

Tell the user to run:

# Clean previous artifacts
alto-clean

# Create new run branch
alto-new-run

Or they can do it manually if they prefer different branch naming.

5. Handoff

Tell user:

Feature setup complete. Run claude in a new terminal. Say "continue" to start the architecture phase.


Devenv Scripts Reference

ScriptPurpose
alto-setupFirst-time project initialization
alto-featureQuick reminder of this flow
alto-new-runCreate run branch, reset state
alto-cleanClean previous run artifacts
alto-statusShow current ALTO status

Notes

  • This skill is INTERACTIVE - follow it WITH the user
  • Use alto-feature-finder agent for codebase analysis
  • Mechanical tasks are scripts, not manual commands
  • After setup, user starts NEW session for autonomous work

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