Cotal: Skill for Claude Code

.claude/skills/parallel-feature-managers/SKILL.md

parallel-feature-managers is a skill for Claude Code from Cotal-AI/Cotal. It costs 107 tokens per session (4,707 once invoked), scanned A, original, Apache-2.0.

A workflow for running several independent software features at the same time, each in its own Git worktree (a separate working copy) and managed by a review group.

In plain words
What is it for?
Running parallel feature work, coordinating implementation and review panels, checking security and code quality, and committing completed changes.
Why use it?
It keeps feature changes isolated and assigns planning, implementation, testing, and review to separate roles. Independent reviewers and different model families help reduce missed defects and repeated opinions.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Cotal-AI/Cotal's own configuration. It tells Claude Code how to work on Cotal itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Cotal configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Cotal-AI/Cotal. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Cotal-AI/Cotal/main/.claude/skills/parallel-feature-managers/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Cotal-AI/Cotal

Made for: Claude Code.

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 parallel-feature-managers

README.md
[![agentmods](https://agentmods.dev/badge/skills/cotal-ai/cotal/parallel-feature-managers.svg)](https://agentmods.dev/skills/cotal-ai/cotal/parallel-feature-managers)
Your own site
<a href="https://agentmods.dev/skills/cotal-ai/cotal/parallel-feature-managers"><img src="https://agentmods.dev/badge/skills/cotal-ai/cotal/parallel-feature-managers.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00107 $0.04707
Opus 5 $0.00053 $0.02354
Sonnet 5 $0.00021 $0.00941
Haiku 4.5 $0.00011 $0.00471

Measured 7d ago against content hash a224ff21d3db, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

parallel-feature-managers 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 7d 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.

.claude/skills/parallel-feature-managers/SKILL.md · 357 lines

How it starts

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

Parallel feature managers

Use the live Cotal mesh as a hierarchy:

  • The current session is the coordinator. It creates isolation, sets policy, monitors progress, and relays decisions. It does not duplicate implementation or panel review.
  • Each feature gets one manager rooted in its own Git worktree and branch. The manager owns the complete plan -> implementation -> review -> test -> commit loop.
  • Each manager spawns three or more read/review-only peers in one dedicated channel: engineer, security, and critic at minimum.
  • Near the final gate, each manager adds one independent cold reviewer, briefed under the cold-review skill, which is the single source for how that seat is briefed, isolated and graded. It is a control on the panel rather than a fourth panelist.

Models: cross-vendor panels are a correctness rule, not a preference

No two seats whose agreement is load-bearing may share a model family. A finding confirmed by a seat of the same family as the one that made it is an echo, not a confirmation. A panel of three same-model reviewers has approved a head carrying a defect that all three missed, and what surfaced it was a differently framed read rather than a fourth verifier.

State it that way rather than as a headcount. Availability is a property of the moment, not of the vendor: the same model has joined and delivered one hour and failed to join the next, on the same host with the same tooling. A rule phrased as "N distinct vendors" is unsatisfiable on a degraded fleet and silently so, and a rule that can be broken by the clock gets quietly ignored rather than obeyed. cold-review carries the degradation order and the floor.

Pin the model explicitly at spawn AND in the persona, because unrecorded capability is ungraded-in-effect: a reviewer whose effort or model nobody recorded produces a verdict nobody can weigh afterwards.

Managers may run a stronger model than their reviewers. Reviewers should not run the same model as the coordinator, so that the panel cannot inherit the coordinator's blind spots.

Read the full file on GitHub · 357 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. 7d ago First seen · 357 lines · 107 tokens per session scan A a224ff21d3db

Subscribe to this mod's changes

parallel-feature-managers is a skill published in the GitHub repository Cotal-AI/Cotal (261 stars, last pushed yesterday), licensed Apache-2.0. It adds 107 tokens to every session and 4,707 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.

Related

Other skills, from other repositories