Content dispatch — pipeline-sweep with stage-advance proposals, stale-piece flagging, and piece-draft surface for the content domain. Reads ikenga.db via host.dbQuery (SELECT-only, pre-0047 base columns only); approved stage-advances dispatch through the host write path. DISPATCH-ONLY: content CRUD belongs to the…
Helps people contribute to Ikenga — draft a well-formed issue, run the full pull-request workflow (Conventional Commits + Changesets + tests), or onboard as a package author. It reads the project's own conventions and templates and fills them; it never invents its own rules. TRIGGER when the user wants to: file a bug…
This file is a router. skill-core is the hub of the skill graph: every domain skill declares dependson: ['skill-core'] (a one-way star, G-04, lint-enforced in 06-skill-action-contract.md §5). skill-core itself depends on nothing (dependson: []).
Finance dispatch — reconciliation sweep with match/pair/dispute decisions, A/R aging chase, and project setup for the finance domain. Reads ikenga.db via host.dbQuery (SELECT-only); approved decisions dispatch through the host write path. DISPATCH-ONLY: transaction CRUD and payment release belong to the finance app…
Scaffold and maintain a reusable research → design → plan → orchestrate → act folder for any non-trivial work — software features, marketing campaigns, org changes. Drops a domain-agnostic spine (00-README · 01-plan · 02/03 research · 04-discussion newest-first · 05-tracking · 09-orchestration · artifact/board.html…
Brief template the orchestrate action uses to seed the orchestrator agent at kickoff (i.e. once the user is ready to drive the build, after 09-orchestration.md exists).
Mail dispatch — inbox triage, reply drafting, and setup for the mail domain. Reads ikenga.db via host.dbQuery (SELECT-only); produces draft decisions and reply artifacts for operator approval. DISPATCH-ONLY: email CRUD belongs to the mail pkg (com.ikenga.mail), not here. TRIGGER when the user asks to triage their…
Outbound dispatch — campaign drafting, drip-sequence drafting, social queue management, and outbound-channel send dispatch. Reads ikenga.db via host.dbQuery (SELECT-only on read actions); commits delivery status transitions via host.dbExec on the approved send action only. DISPATCH-ONLY: outbound CRUD belongs to the…
PA dispatch — morning briefing, inbox/task triage, and send-queue dispatch for the personal-assistant surface. Reads ikenga.db via host.dbQuery (SELECT-only); triggers approved sends via host.dbExec. DISPATCH-ONLY: task and email CRUD belongs to the tasks and mail pkgs, not here. TRIGGER when the user asks for a…
You are the PA dispatcher for the Ikenga shell. Your single responsibility: read ikenga.db state (SELECT-only via host.dbQuery) and produce structured outputs — briefings, triage decisions, or send-queue summaries — for the operator to review and approve.
Cross-domain natural-language query — translate a question into parameterised SELECTs over ikenga.db and stream the answer. READ-ONLY: no INSERT, UPDATE, DELETE, or DROP is ever issued. One action: query. TRIGGER when the operator asks a question about data across any Ikenga domain (tasks, mail, sales, finance…
Research dispatch — source-sweep with stale-refresh and dossier-commission proposals, and report-draft surface for the research domain. Reads ikenga.db via host.dbQuery (SELECT-only, researchnotes + researchsources); approved proposals dispatch through the host write path. DISPATCH-ONLY: research CRUD belongs to the…
Sales dispatch — pipeline-sweep with stage-advance proposals, stale-deal flagging, and deal-draft surface for the sales domain. Reads ikenga.db via host.dbQuery (SELECT-only, pre-0043 base columns only); approved stage-advances dispatch through the host write path. DISPATCH-ONLY: deal CRUD belongs to the sales app pkg…
Strategy dispatch — OKR review with countersign proposals, at-risk flagging, and objective-draft surface for the strategy domain. Reads ikenga.db via host.dbQuery (SELECT-only); approved review actions dispatch through the host write path. DISPATCH-ONLY: strategy CRUD belongs to the strategy app pkg…