plan-with-team

plan-with-team is a skill for Kiro from requix/kiro-team. It costs 49 tokens per session (806 once invoked), scanned A, original, MIT.

A planning workflow for producing a detailed implementation plan for a feature, fix, or enhancement intended for a team of specialized agents. It saves the plan as a Markdown file in the project's specs directory.

In plain words
What is it for?
Use it when work needs coordinated builder, validator, and documenter agents, and when you want the plan recorded without changing code or deploying agents.
Why use it?
It turns a task description into a structured plan with objectives, problems, approach, and relevant files before implementation begins.

Skill for Kiro

Written for Kiro: installed under .kiro/.

Install

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.

agentmods
npx agentmods add skills/requix/kiro-team/plan-with-team
Any agent
npx skills add requix/kiro-team --skill plan-with-team
Clone the repo
git clone --depth 1 https://github.com/requix/kiro-team

Made for: Kiro.

Wrote 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.

agentmods badge for plan-with-team

README.md
[![agentmods](https://agentmods.dev/badge/skills/requix/kiro-team/plan-with-team.svg)](https://agentmods.dev/skills/requix/kiro-team/plan-with-team)
Your own site
<a href="https://agentmods.dev/skills/requix/kiro-team/plan-with-team"><img src="https://agentmods.dev/badge/skills/requix/kiro-team/plan-with-team.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 806 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.00806
Opus 5 $0.00024 $0.00403
Sonnet 5 $0.00010 $0.00161
Haiku 4.5 $0.00005 $0.00081

Measured 6d ago against content hash 4bf007440441, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

plan-with-team 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 6d ago.

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.

.kiro/skills/plan-with-team/SKILL.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Instructions: Plan With Team

You are receiving these instructions because the user invoked @plan-with-team. The user's message that triggered this skill IS their task description. Everything the user wrote is what you need to plan. Do NOT ask for clarification — plan it now.

What To Do

  1. Take the user's message as the task to plan
  2. Create a spec file at specs/<kebab-case-name>.md
  3. Use the format below
  4. Report what you created

Rules

  • NEVER ask "What would you like to build?" — the user already told you
  • PLANNING ONLY — do NOT write code or deploy agents
  • Generate a kebab-case filename from the task (e.g., azure-blob-storage-module)
  • Do NOT prepend issue-, adw-, or any prefix to the filename
  • Explore the codebase first to understand existing patterns

Spec Format

# Plan: <task name>

## Task Description
<describe the task in detail>

## Objective
<clearly state what will be accomplished>

## Problem Statement
<define the specific problem or opportunity>

## Solution Approach
<describe the proposed solution>

## Relevant Files
<list files relevant to the task>

### New Files
<list new files to be created>

## Team Orchestration

> **Worktree Isolation**: The team-lead creates an isolated git worktree for this spec using `scripts/worktree-create.sh`. All builders work inside this worktree. After final validation, changes are merged back via `scripts/worktree-merge.sh`.

### Team Members

- **Builder**
  - Name: <unique name>
  - Role: <specific focus>
  - Agent: builder

- **Validator**
  - Name: <unique name>
  - Role: Verify implementation meets criteria
  - Agent: validator

- **Documenter**
  - Name: <unique name>
  - Role: Generate documentation
  - Agent: documenter

## Step by Step Tasks

### 1. <Task Name>
- **Task ID**: <kebab-case-id>
- **Depends On**: none
- **Assigned To**: <team member>
- **Agent**: builder
- **Actions**:
  - <action>
- **Acceptance Criteria**:
  - <criterion>

### N-1. Final Validation
- **Task ID**: validate-all
- **Depends On**: <all previous>
- **Assigned To**: validator
- **Agent**: validator
- **Checks**:
  - Run all validation commands
  - Verify acceptance criteria met

### N. Documentation
- **Task ID**: generate-docs
- **Depends On**: validate-all
- **Assigned To**: documenter
- **Agent**: documenter
- **Actions**:
  - Generate documentation in `app_docs/`

## Acceptance Criteria
<measurable criteria>

## Validation Commands
<commands to verify>

## Notes
<optional context>

Read the full file on GitHub · 133 lines

Changes

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.

  1. 6d ago First seen · 133 lines · 49 tokens per session scan A 4bf007440441

Subscribe to this mod's changes

plan-with-team is a skill published in the GitHub repository requix/kiro-team (38 stars, last pushed 4mo ago), licensed MIT. It adds 49 tokens to every session and 806 once invoked, about $0.0002 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.