Agent Execute banner
Lucioway Lucioway

Agent Execute

Productivity community

Description

--- name: agent-execute description: "SDD Phase 3 — Execute one task from TASKS.md in fresh context (Ralph loop pattern). Writes code, commits atomically, marks task [x]. Argument: task id (e.g., T-001)." --- # /agent-execute <task-id> — Task Execution ## Arguments `$ARGUMENTS` = task id (e.g., `T-001`). Required. ## Prerequisite `TASKS.md` exists and contains `[ ] <task-id>` entry (unchecked). ## Process — Ralph Loop Pattern 1. **Read only what's needed**: `SPEC.md` + the single task ent

Installation

Installs to ~/.claude/skills/lucioway-way-stack-agent-execute/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lucioway-way-stack-agent-execute && curl -fsSL https://raw.githubusercontent.com/Lucioway/way-stack/HEAD/commands/agent-execute.md -o ~/.claude/skills/lucioway-way-stack-agent-execute/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository