steloit
- 9 skills
- 0 followers
- 1 day ago last updated
- ▌ Squad · steloit bundleManage tasks on the Squad board. Supports task CRUD (add, edit, move, complete, cancel, reopen, remove), board viewing, session context persistence, and statistics. For pipeline orchestration use /squad-run, for requirements refinement use /squad-refine. Run /squad-init first to register the project.
- ▌ Squad Run · steloitRun the AI team pipeline for squad tasks — orchestration loop with 2 agents (Worker, Reviewer), single-step execution, and code review. Use /squad-run to execute tasks through the 7-column pipeline. AUTO-TRIGGER when: user says "implement task NNN" or any task ID + implement/build/do combination; or user confirms with "yes/ok/go/do it" after Claude proposes implementing a specific squad task.
- ▌ Squad Init · steloitRegister the current project on the Squad board so /squad commands target it. Usage: /squad-init or /squad-init my-project-name. Run with /squad-init.
- ▌ Squad Refine · steloitRefine backlog requirements through structured user interview. Turns rough task descriptions into concrete, actionable requirements with goal, scope, acceptance criteria, and edge cases.
- ▌ Squad Explore · steloitCodebase exploration skill for uncertain implementation direction. Deeply explores the codebase, produces a direction report, and creates phased squad tasks. Use when you don't know exactly how to implement something. NOT for direct implementation.
- ▌ Squad Gen Wiki · steloitSynthesizes the project's overall architecture, goals, and key decisions into a wiki/ directory. The first run generates everything; update reflects only the changes. Organizes project-level knowledge rather than per-card knowledge.
- ▌ Squad Batch Run · steloit bundleRun multiple squad tasks end-to-end in Rolling Wave order — refine each task based on the prior card's actual implementation, then implement, then verify, then refine the next. Use for epic-level batch execution. --big-bang flag disables rolling wave for simple independent tasks.
- ▌ Squad Heartbeat · steloitScan squad boards for stagnant tasks and optionally mark them. Detects tasks with no agent activity for N days (default 3), outputs a markdown report table, and appends Heartbeat activity events unless --dry-run.
- ▌ Squad Kickstart · steloitFull project pipeline — SRS → Plan → Tasks + TDD → Rolling Wave Execute. Use when starting a new project or major feature from scratch. Default mode is Rolling Wave (implement one → verify → refine next → repeat). Use --big-bang for old all-upfront refine style.