From luca
Long-horizon autonomous dispatch planner. Triages the org backlog, splits oversized tickets, proposes rehoming/dedup/stale-close, scores tickets for AFK-ability, surfaces structural-context asks for the operator, then fires each survivor as a headless `coily dispatch` session. Aliases - autonomous dispatch, autonomous engineering, AFK queue, lights-out queue, AFK dispatch, plan the AFK run, queue autonomous work, run the lights-out factory, what should the bots work on.
How this skill is triggered — by the user, by Claude, or both
Slash command
/luca:autonomous-dispatchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plan and fire a long autonomous engineering run. Triage the org backlog, score every ticket for AFK-ability, surface what the operator must decide before kickoff, then dispatch each survivor as a headless session.
Plan and fire a long autonomous engineering run. Triage the org backlog, score every ticket for AFK-ability, surface what the operator must decide before kickoff, then dispatch each survivor as a headless session.
Dispatch goes through coily dispatch (see the coily-dispatch skill). This skill scores and orders; coily dispatch owns worktrees, prompt seeding, the audit row, ntfy, and detaching the headless child. Handoff is owner/repo#N refs - one coily dispatch headless call per ticket.
Detailed mechanics (triage decisions, scoring math, output blocks, anti-patterns, decision recording, dispatch ordering) live in references/handbook.md. Read it before producing output.
daily-backlog ran in the last 24h; if not, run it first.coily ops gh call (coily binds every audit row to a commit scope).coily ops gh project item-list 2 --owner coilysiren --format json --limit 400
Filter to select(.status != "Done" and .content.type == "Issue").git status checks until dispatch-assembly time.score >= 5. autonomy_confidence is load-bearing; if you cannot write a one-sentence justification, score it 1.coily dispatch headless owner/repo#N per surviving ticket), deferred list.coily dispatch, not a hand-written prompt. Don't hand-author per-repo prompt preambles - coily dispatch owns that surface.closes #N, never --no-verify.autonomous-block: ... issues with the failure mechanism and unblock condition, then move on.See references/handbook.md for the full mechanics.
npx claudepluginhub coilyco-flight-deck/luca --plugin lucaSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.