alto-feature-setup

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

16 stars

Best use case

alto-feature-setup is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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

Teams using alto-feature-setup should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/alto-feature-setup/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/product/alto-feature-setup/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/alto-feature-setup/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How alto-feature-setup Compares

Feature / Agentalto-feature-setupStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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:

```bash
# 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

| Script | Purpose |
|--------|---------|
| `alto-setup` | First-time project initialization |
| `alto-feature` | Quick reminder of this flow |
| `alto-new-run` | Create run branch, reset state |
| `alto-clean` | Clean previous run artifacts |
| `alto-status` | Show 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

Related Skills

Implementing Features

16
from diegosouzapw/awesome-omni-skill

Execute specification-driven implementation with automatic quality gates, multi-agent orchestration, and progress tracking. Use when building features from specs, fixing bugs with test coverage, or refactoring with validation.

genomic-feature-annotation

16
from diegosouzapw/awesome-omni-skill

This skill is used to perform genomic feature annotation and visualization for any file containing genomic region information using Homer (Hypergeometric Optimization of Motif EnRichment). It annotates regions such as promoters, exons, introns, intergenic regions, and TSS proximity, and generates visual summaries of feature distributions. ChIPseeker mode is also supported according to requirements.

full-stack-orchestration-full-stack-feature

16
from diegosouzapw/awesome-omni-skill

Use when working with full stack orchestration full stack feature

feature-status

16
from diegosouzapw/awesome-omni-skill

Count features marked as @failing and write to status JSON file. Used to determine when the autonomous coding loop should end.

feature-investigation

16
from diegosouzapw/awesome-omni-skill

[Investigation] Use when the user asks to investigate, explore, understand, explain, or analyze how an existing feature or logic works. Triggers on keywords like "how does", "explain", "what is the logic", "investigate", "understand", "where is", "trace", "walk through", "show me how".

feature-implementation

16
from diegosouzapw/awesome-omni-skill

[Implementation] Use when the user asks to implement a new feature, enhancement, add functionality, build something new, or create new capabilities. Triggers on keywords like "implement", "add feature", "build", "create new", "develop", "enhancement".

feature-engineering

16
from diegosouzapw/awesome-omni-skill

モデルの性能を向上させるために、既存のデータから新しい特徴量を作成する。

feature-dev-workflow

16
from diegosouzapw/awesome-omni-skill

Complete end-to-end feature development workflow from issue tracking through PR delivery. Use for implementing features, building new functionality, and adding capabilities. Includes requirements discovery, architecture planning, implementation, testing, code review, design audit, and comprehensive validation.

feature-design-assistant

16
from diegosouzapw/awesome-omni-skill

Turn ideas into fully formed designs and specs through natural collaborative dialogue. Use when planning new features, designing architecture, or making significant changes to the codebase.

docker-2025-features

16
from diegosouzapw/awesome-omni-skill

Latest Docker 2025 features including AI Assistant, Enhanced Container Isolation, and Moby 25

Create Jira Feature

16
from diegosouzapw/awesome-omni-skill

Implementation guide for creating Jira features representing strategic objectives and market problems

create-feature

16
from diegosouzapw/awesome-omni-skill

Creates Features following the T-Minus-15 process template. Features represent significant deliverables that contain multiple User Stories. Includes proper metadata, MoSCoW prioritization, effort estimates, deliverables, and benefit hypothesis.