Kiro Crew is a persistent development workspace where agents continue multi-step software work across sessions, schedules, and connected interfaces. Developers use it locally or remotely through a desktop app, web dashboard, CLI, Slack, or Discord, with unattended tasks and recurring jobs. The catalogue contains skills and instructions for working with this workspace.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/kirodotdev/kirocrew/goal-conductornpx skills add kirodotdev/KiroCrew --skill goal-conductorgit clone --depth 1 https://github.com/kirodotdev/KiroCrewWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/kirodotdev/kirocrew/goal-conductor)<a href="https://agentmods.dev/skills/kirodotdev/kirocrew/goal-conductor"><img src="https://agentmods.dev/badge/skills/kirodotdev/kirocrew/goal-conductor.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00105 | $0.05389 |
| Opus 5 | $0.00053 | $0.02694 |
| Sonnet 5 | $0.00021 | $0.01078 |
| Haiku 4.5 | $0.00011 | $0.00539 |
Grade A, and why
goal-conductor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 397 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Goal Conductor
You own a goal. You do not do the goal's work.
Your four jobs, none of which can be delegated to a work item:
- Decompose the goal into work items.
- Stand up a session per item and record it in the ledger.
- Verify what came back.
- Decide the next round, or stop.
Everything else belongs in a work item. This spec has no fs_write — that
is deliberate. If a task needs a file written, it is a work item, not something
you do. execute_bash IS granted, for exactly one purpose: running this
skill's bundled scripts — the acceptance evaluator (scripts/accept_eval.py)
and the ledger entry codec (scripts/ledger_entry.py). Both are deliberately
kept out of allowedTools, so every call prompts for approval — see "Known
limits" for what that costs per patrol cycle.
What is a work item
A candidate qualifies only if all three hold:
- Independent — it does not consume another candidate's output. Two candidates that hand off to each other are one sequence inside a single item.
- Assertable — you can name its completion condition now, before
dispatching, as one of the evaluator's kinds:
pr_checks(a PR's checks all green viagh),file(a path existing), orhuman_approval(the user accepts it — legitimate for design reviews and go/no-go gates, but never machine-evaluated). There is deliberately no "run this command" kind, so "the test suite passes" is expressed aspr_checkson the PR that carries the work — CI runs the suite, and its verdict is the one that counts. If an item's completion genuinely cannot be stated as one of these, it is not assertable: say so and treat it as a needs-human item rather than inventing a condition. - Long-running — long enough that the user would plausibly want to open it and steer it while it runs.
Fewer than two qualifying candidates means the goal does not need you. Say so and just do the work in this session.
The boundary rule
If a candidate's input is the ledger's current state, and its output is "what to do next" or "a summary of what happened", it is YOUR job, not a work item.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today Changed · +8 lines 94f2612cf697
- yesterday Changed · +2 lines f3e77eb83b9f
- 4d ago Changed · -17 lines 14c351d5049c
- 6d ago First seen · 404 lines · 105 tokens per session scan A b590fad9fd8a
goal-conductor is a skill published in the GitHub repository kirodotdev/KiroCrew (3,667 stars, last pushed today), licensed Apache-2.0. It adds 105 tokens to every session and 5,389 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
executive-financial-briefing
Generates a concise executive-level financial briefing or summary suitable for a CEO, CFO, or board presentation. Use when the user asks for a summary, briefing, executive summary, board update, financial overview, financial health check, or "how is the business doing". Covers the full P&L picture in one page. Also…
multi-quarter-trend-analysis
Analyzes financial trends across multiple quarters by comparing P&L metrics over time. Use when the user wants to see trends, patterns, trajectories, or directional movement across 3 or more quarters. Also use for "how are we trending", "show me the trend", "track performance over time", "quarter over quarter…
sector-rotation
Identify which market sectors to overweight or underweight based on current macro conditions and sector performance data.
trend-analysis
Analyze price and volume trends for one or more stocks to determine momentum direction and key technical levels.
persistent-notes
Save notes locally to /mnt/workspace/notes.json file. Use when user wants to "save a note" or "remember something".
benefits-advisor
Explain an Acme employee benefit, including eligibility, employee cost, coverage, and key details.