← all publishers

steloit

@steloit source repo

9 published skills

  1. Squad · steloit bundle
    Manage 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.
    0
    installs
  2. Squad Run · steloit
    Run 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.
    0
    installs
  3. Squad Init · steloit
    Register 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.
    0
    installs
  4. Squad Refine · steloit
    Refine backlog requirements through structured user interview. Turns rough task descriptions into concrete, actionable requirements with goal, scope, acceptance criteria, and edge cases.
    0
    installs
  5. Squad Explore · steloit
    Codebase 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.
    0
    installs
  6. Squad Gen Wiki · steloit
    Synthesizes 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.
    0
    installs
  7. Squad Batch Run · steloit bundle
    Run 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.
    0
    installs
  8. Squad Heartbeat · steloit
    Scan 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.
    0
    installs
  9. Squad Kickstart · steloit
    Full 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.
    0
    installs