subagentskills

.com agent skill
119 skills, live from D1

Skills

Every real skill this repo's 20 plugins ship, grouped by plugin unless filtered. Filter by plugin or gate status:

cwc-agent-resources

skillgatedsummary
agent-schema-drift open The automated cross-language AgentModel drift check CLAUDE.md said didn't exist yet: regex- extracts the enum from all four real mirrors — crates/schema/src/agent.rs (serde, source of truth), scripts/agents/schema.ts (Zod), scripts/agents/schema.py (Pydantic), scripts/agents/schema.java — asserts...
coworker-lifecycle open The coworker lifecycle for the subagent*.com AI workforce: recruit (when a domain earns a plugin), onboard (the bootstrap checklist), evaluate (rubric rows, not vibes), grow (skills from real work only), dissolve (the founder precedent).
coworkers-console open The human's localhost entry point to the AI workforce: a standalone-HTML console (apps/coworkers-console/) over the fleet's durable state — coworker IDENTITY/BRAND cards with critters, the e2m mailbox with silence-alerts, and reports (WBR, territory, sweep, toolchain envelopes).

cwc-analytics-engineering

skillgatedsummary
credential-proxy open Run a local credential-injecting proxy, per the pattern documented at code.claude.com/docs/en/agent-sdk/secure-deployment#credential-management, so Claude can pull data from a credentialed API (starting with Cloudflare's GraphQL Analytics API) without ever touching the plaintext token itself -- t...
data-vision-runbook open The durable "why + where we are" document for .coworkers-analytics's multi-connector Fivetran data-infra initiative — why this repo is building its own connector-backed data layer, what "done" looks like for the rollout, and the exact current state of every connector (registry row counts, which a...
deploy-wave-analytics open Per-wave timing analytics over deploy-runner step logs: parses the `STEP=n NAME=x EXIT=rc DURATION_S=d` / terminal `RUN_EXIT=rc` line format owned by plugins/cwc-deploy/skills/deploy-runner/deploy_runner/log.py (byte-identical regexes, enforced by a drift test that re-parses log.py at test time)...
fivetran-key-rotation open Rotate a Fivetran or connector-source API key stored via the fivetran-keychain-secrets skill, for scheduled rotation or an emergency (suspected leak/exposure).
fivetran-keychain-secrets open Store Fivetran/connector-source API keys in the macOS login Keychain instead of plaintext files or Claude's own context, following the same "encrypted at rest, never touched by the untrusted process" pattern .coworkers-analytics uses for its own credentials (encryption.key + .oauth-tokens/*.enc).
network-analytics open Visualize and track the network metrics that cwc-hardware-engineering's network-capture skill records — reads the SAME network-event JSONL / SQLite fact-dim star schema (the shared contract) and produces polars rollups + a deterministic inline SVG dashboard.

cwc-customer-support

skillgatedsummary
fleet-inbox-digest open Scheduled daily support digest for the subagent*.com fleet — one pass over the fleet-wide health fan-out (subagentapi.com/health) and the open durable task rows (subagenttasks.com/api/tasks), reproducing any NEW failure with curl before recording it, ending in exactly one digest file the operator...
llms-accuracy-check open Verify that a site's documented help surface is TRUE: parse its /llms.txt (the family convention — '# domain — title', '> description', '## API' route bullets, '## Family'), extract every 'GET /api/...' route it promises, request each one live, and classify the site ACCURATE / OVERPROMISING (a do...
support-playbook open Customer-support playbook for the subagent*.com fleet — triage issue reports against live health checks (subagentapi.com/health, the affected site's own API root), reproduce with curl before answering anything, file real bugs as durable task rows on subagenttasks.com with the failing curl evidenc...

cwc-data

skillgatedsummary
data-playbook open Data coworker playbook — the single source of truth for safe and effective querying of subagentjobs-dwh (Cloudflare D1, Kimball star schema).
weekly-business-review open Run the weekly business review (WBR) and monthly business review (MBR) for the subagent*.com business: input metrics before output metrics, exceptions before averages, and — the point — ranked, forward-looking recommendations with predicted metric movement and a named gate owner.
zones-query-pack open Read-only jq query pack over the family's canonical DNS-zone registry API (https://subagentsubdomains.com/api/dns-zones — the machine-readable directory every site's robots.txt points agents at).

cwc-data-engineering

skillgatedsummary
atlas-telemetry-publisher open Publish the Coworkers board's session telemetry into the REAL Netflix Atlas standalone server on :7101 (tsk_atlas_publish_telemetry, W2 of the Atlas fleet plan).
corpus-cleaning-pipeline open Typed models (Pydantic + FilterReason enum) and verified, profiled performance/library-quality reference notes for an offline LLM-pretraining-corpus cleaning pipeline — schema validation, vectorized quality filters, exact-hash dedup, datasketch-backed MinHash+LSH near-dedup, real tiktoken token c...
ledger-quality open Data-quality checks over the REAL fleet-deploy ledger (`fact_fleet_deploy` in local Postgres, migration `crates/durable-store/migrations/postgres/ 008_fleet_deploy_ledger.sql`) — typed rows (Pydantic `LedgerRow` + a `DeployStatus` enum whose 6 members are the migration's own `CREATE TYPE deploy_s...
parquet-shape-profiler open Compute a structured, typed data-shape profile (DatasetShapeProfile: row/column counts, file size, per-column dtype + kind + null rate, numeric percentiles [min/p25/median/p75/max/mean] or categorical distinct-count + top-values) for any parquet dataset, as validated Pydantic JSON — `uv run shape...
session-telemetry-erd open The session-telemetry ERD and durable data spine under the Coworkers sprint board — TWO layers, fivetran-style.
wbr-warehouse open Materialize and refresh the weekly-business-review (WBR) semantic star schema and its deterministic collectors.

cwc-deploy

skillgatedsummary
deploy-runner open Executable tool that turns deploy-playbook's Desktop-Commander session-corruption guidance into tested code, not just prose.
edge-cache-doctor open Post-deploy diagnosis of the REAL stale-edge-cache-after-deploy pattern this fleet keeps hitting (subagentpython.com 2026-07-01: stale sibling content + error 1104 right after zone activation, self-resolved in seconds; subagentsystemdesigns.com 2026-07-09: first verify saw the old 725-byte parked...
fleet-expansion open Batch-scaffold, deploy, and register MANY new Cloudflare Worker sites at once across the subagent*.com / agent*.com family, coordinated through a Postgres deploy ledger instead of conversation context.

cwc-design

skillgatedsummary
accent-allocator open Automated accent allocation for new subagent*.com sites: a census parser over the real SITES[] registry (workers/subagentdomains/src/index.ts, 94 entries / 83 unique hexes as of 2026-07-09), the family's real hex/255 P3 derivation, and a deterministic largest-hue-gap proposer that emits N visuall...
agent-dx-cli-scale open A scoring scale for evaluating how well a CLI is designed for AI agents, based on the "Rewrite Your CLI for AI Agents" principles.
animation open Produce the "Animation" project shape (one of claude.ai/design's 5 canonical shapes — Prototype/Slides/Document/Wireframe/Animation) using Motion (motion.dev, npm package "motion", CDN-loadable with zero build step — https://cdn.jsdelivr.net/npm/motion@12.42.2/+esm), not hand-rolled CSS keyframes.
architecture-wireframes open CRUD operations on the family's architecture diagram / wireframe set across TWO render targets — Figma/FigJam (via the official Figma MCP server) and, since 2026-07-05, the native Swift `FleetGraphView` in src/coworkers (the coworker-PLUGIN dependency layer: which cwc-* plugin depends on which, g...
data-shape-svg open Render a real, source-verified SVG diagram — a pipeline/system architecture diagram (every node a real function/stage that exists in the codebase, grep-verified before drawing) or a data-shape /exploration diagram (every stat a real, computed number, never invented).
dependency-graph-sync open Keep the DESIGN VIEW of the fleet's dependency graph — the subagentdevices.com/architecture SVG node-link map (hand-maintained ARCH_NODES/ARCH_EDGES_* arrays) and the Figma architecture board (wireframes.json ledger) — in sync with the GENERATED source of truth, workers/build-graph.json.
document open Produce the "Document" project shape (one of claude.ai/design's 5 canonical shapes — Prototype/Slides/Document/Wireframe/Animation): research briefs, synthesis reports, accessibility audits, and design critiques — anything whose output IS a written document, not a visual mockup.
fleet-design-system open Owns the real, deployed CSS design system shared by 66 subagent*.com Workers (workers/_shared/kit/css.ts + shell.ts), its live showcase (subagentcowork.com/design-system), its per-technique adoption evidence (subagentdevices.com), a typed/tested drift check against subagentcoworkers.com/deck, and...
ink open Ink terminal renderer for json-render that turns JSON specs into interactive terminal UIs.
liquid-icon open Generate a macOS/iOS app icon in the fleet's Liquid-Glass / entity-graph brand style and compose it into an .icns wired into an .app bundle.
preview-verify-deploy open Verify a Cloudflare Worker change in a real browser before shipping it — start the Worker via this repo's committed `.claude/launch.json` (named, persistent `wrangler dev` configs, one per Worker; not a temporary scratchpad config), reload, check console/network for errors, assert DOM state via `...
prototype open Produce the "Prototype" project shape (one of claude.ai/design's 5 canonical shapes — Prototype/Slides/Document/Wireframe/Animation): a high-fidelity, interactive artifact, plus the UX microcopy that makes it feel real (CTAs, error messages, empty states, confirmation dialogs).
session-record-html open Scaffold a standalone HTML session-record file, in the family's shared design tokens, so any coworker or agent can leave a durable, visual record of what it completed in a session — for human recall, not machine consumption.
slides open Produce the "Slides" project shape (one of claude.ai/design's 5 canonical shapes — Prototype/Slides/Document/Wireframe/Animation), grounded in the one real slide deck already in this repo family — subagentcoworkers.com/deck, a real 12-slide investor deck with a semantic per-slide accent system.
tdd-red-green-refactor open Enforces a disciplined Red-Green-Refactor (TDD) workflow in TypeScript/Node.js.
typed-service-contracts open Architecture standard for building robust, type-safe TypeScript services using the "Spec and Handler" pattern.
wireframe open Produce the "Wireframe" project shape (one of claude.ai/design's 5 canonical shapes — Prototype/Slides/Document/Wireframe/Animation): layout + component structure before visual polish.

cwc-engineering

skillgatedsummary
agentcrawls-worker open The agentcrawls.com Python Worker (R2 + Cache API + Secrets Store + Cron Trigger) — build/ship boundary, secret name/scope, and how it relates to the local scrapyd/scrapydweb crawler.
atlas-graph-prototype open No-JVM fallback prototype of the Netflix Atlas Graph API (`GET /api/v1/graph?q=<expr>[&OPTIONS]`, port 7102 — real Atlas owns :7101 since the 2026-07-05 swap) over the Coworkers board's telemetry.jsonl — stdlib ThreadingHTTPServer + matplotlib Agg (always headless), uv-managed (`uv run pytest` /...
code-mode-ptc open Token-thrift execution doctrine: prefer CLIs and python scripts over resident plugins/tools, batch tool work programmatically (PTC/code-mode), route heavy work to sonnet-tier subagents, and answer lookups from caches (ragcache) — so context carries decisions, not tooling.
code-review-workflow open Grounds this repo's use of Claude Code's real Code Review capabilities: the managed, billed GitHub-PR-review service (admin-enabled per org, posts inline 🔴/🟡/🟣-severity comments, customizable via REVIEW.md) and the local, unbilled-beyond-usage /code-review terminal command (--comment, --fix, effo...
docker-mcp-build open Deterministic, token-free "build" gate for the Docker MCP Toolkit profile mirror (skills/docker-mcp-config/mcp_config.yaml).
docker-mcp-config open Type-safe, version-controlled mirror of the Docker MCP Toolkit profiles on this Mac (mcp_config.yaml: top-level keys = profile ids, values = enabled servers + config + ${VAR} secrets).
docs-rag open Token-thrift RAG over the docs/ mirrors: three-tier cache (functools.lru_cache → redis → sqlite FTS5) at crawlers/ragcache.py.
durable-mac-toolchain open Doctor + install + autoresolve for the developer Mac (darwin/zsh/Homebrew) in ONE skill — the darwin member of the durable-toolchain family (doctor/install/autoresolve), combined and scoped to this workstation with a typed manifest.
engineering-playbook open Engineering playbook for the subagent*.com fleet.
git-github-integration open Typed catalog of git/GitHub integration surfaces for an operator with NO ANTHROPIC_API_KEY — claude.ai 20x (Max-tier) subscription via OAuth in Claude Desktop only.
model-routing-hooks open The zero-token model router + telemetry spine for Agent/Task dispatches: four stdlib-only python3 hooks in scripts/hooks/ (PreToolUse router rewriting an absent `model` param to sonnet via updatedInput, async PostToolUse usage capture, SessionStart policy context, async Stop flush of redis route:...
platform-doctor open Doctor + version-drift reporter + gated installer for Claude-brand applications on this Mac (macOS 27.0 / arm64) — Claude Desktop, Claude Bioscience, Claude Code CLI, the VS Code extension, JetBrains Toolbox, and Chrome (chrome-devtools MCP dependency).
preview-layout-verify open Verify layout/CSS changes with a real browser via the Claude Preview harness (mcp__Claude_Preview__*) — measurements first, screenshots second.
scrapy-docs-crawler open Keep the docs/ mirrors fresh with the Scrapy sitemap crawler (crawlers/): md-first fetching (.md variant tried per-URL, deterministic HTML distiller as fallback), bloom-filter cross-run URL skipping, and sha256 CDC so unchanged pages never rewrite.
scrapyd-scrapydweb-local open Run the local scrapyd job daemon + scrapydweb visual dashboard for the docs crawler (crawlers/claude_docs) — the manual/full-recrawl half of crawling, distinct from the daily automated Cloudflare Cron Trigger on workers/agentcrawls.
security-guidance-wiring open Grounds this repo's use of Anthropic's official security-guidance plugin (three review layers: per-edit pattern match, end-of-turn model-backed diff review, commit/push agentic review) and the two files that extend it — .claude/claude-security-guidance.md (freeform guidance) and .claude/security-...
system-data-doctor open Measure, rank, and (gated) clean the macOS "System Data" storage category on this Mac — the AI-tooling logs, VM disks, hidden dotfile stores, and caches that repeatedly fill the disk.
worker-build open The engineering view of building ONE Cloudflare Worker correctly in the 71-worker fleet: scripts/worker-build.sh (kit-dep resolution → tsc → drift gate vs .build-lock.json) and scripts/build-graph.py (the committed workers/build-graph.json dependency graph).
worker-conventions-lint open Structural lint for a workers/<name>/ directory against the fleet's five real conventions (each grep-verified 2026-07-09): direct-path ../../_shared/kit/<mod> imports (barrel imports evade scripts/worker-build.sh's kit drift gate), account_id pinned to the fleet Cloudflare account in wrangler.tom...

cwc-finance

skillgatedsummary
cost-revenue-monthly open The monthly money picture for this solo-founder AI startup, in one pass: fixed costs vs the two-line-item baseline, usage signals read (never invented) from existing provenance-tagged snapshots, a revenue-readiness checklist (revenue is $0 so far; the path is Cloudflare Monetization Gateway + x40...
credit-realizable-value open Typed, pure-function calculator that makes the operator's standing rule executable: "vendor credits at realizable value, never face value" (plugins/cwc-finance/memory/v2/directives/ core.md, verbatim).
excel-toolchain open Durable, autoresolving Excel toolchain for cwc-finance on the developer Mac (darwin-arm64) — typed manifest (toolchain.json) + validate.py doctor/resolve, modeled on cwc-engineering's durable-mac-toolchain.
monetization-gateway open Content-monetization playbook for the subagent*.com fleet, grounded in Cloudflare's Monetization Gateway (announced 2026-07-01, early-access waitlist) with x402 settlement in USDC and Open USD (OUSD).
spend-tracking open Spend-tracking playbook for the subagent*.com fleet.
startup-finance open Finance for THIS startup, kept stupid simple: a two-line-item cost ledger (Cloudflare account + one $100/mo claude.ai subscription), a hard no-API-key-spend rule, monthly cost narrative, and the finance half of a Cloudflare Workers Launchpad application.
wbr-metrics-excel open The coworker Weekly Business Review workbook: a 21-sheet Excel deliverable (Fleet + 20 per-coworker sheets) built from the metric registry and the rpt_wbr warehouse view, with WoW deltas shipped as live Excel FORMULAS never hardcoded values.

cwc-hardware-engineering

skillgatedsummary
apple-support-docs open Query the mirrored Apple Support repair manuals — MacBook Pro (14-inch, M5) and iPhone 16 Pro — as grounding/citation material, and re-run the crawler that keeps the mirror fresh.
claude-app-artifacts open Copycat-first map of what the Claude desktop app already records on-disk about devices, sessions, and the Cowork VM — plus the canonical macOS hardware/ device-management probes enterprises use.
mac-fleet-preflight open One read-only preflight for THIS Mac before any fleet work — seven checks, one JSON object out, each check grounded in a real incident this repo already paid for: disk free (the 2026-07-01/2026-07-03 100%-full incidents; Xcode-beta artifacts were the culprit), the subagentjobs-postgres + subagent...
network-capture open Capture network metrics the way the Claude macOS app itself does — a copycat of its DevTools Network panel and Help > Record Net Log — into an append-only orjson JSONL hot path and an in-memory SQLite fact/dim star schema.

cwc-human-resources

skillgatedsummary
agent-workforce open Agent-workforce (HR) playbook for the subagentjobs.com family — the "employees" here are typed agents and skill-based coworkers, not humans.
coworker-census open The org chart of the AI workforce, generated from real files — one census row per plugins/cwc-*/ coworker: IDENTITY.json loaded STRICTLY via the canonical Pydantic mirror (scripts/coworkers/schema.py, with an honest permissive fallback), skills on disk vs plugin.json-registered, memory/current ve...

cwc-ios-engineering

skillgatedsummary
apple-container-internals open Architecture-level knowledge of Apple's `container` runtime source (vendors/apple/container) — how it actually runs a Linux container as a per-container lightweight VM: the apiserver/XPC-helper process model, the DNSServer + SocketForwarder networking path, ContainerBuild, ContainerOS, the config...
apple-linux-containers open Linux systems and security engineering on Apple silicon via Apple's `container` runtime (vendors/apple/container) — OCI images run as lightweight per-container VMs on Virtualization.framework.
device-hardware open Hardware introspection for Apple devices — READS the real machines and the real SDK instead of recalling.
foundation-models-bridge open Deep knowledge of `vendors/anthropics/ClaudeForFoundationModels` — the package that conforms Claude to Apple's FoundationModels `LanguageModel` protocol so you drive Claude through the SAME `LanguageModelSession` API (`respond(to:)`, streaming, `@Generable` guided generation, tool calling) as App...
packet-trace open Trace a network packet's path from the iPhone Claude app, across home Wi-Fi, all the way to the Claude web app running in a browser on the user's Mac — and back.
swift-app-engineering open iOS/Swift app engineering for this repo's Apple surfaces — the house ClaudeAPI Swift package (apps/coworkers-desktop-buddy/Sources/ClaudeAPI) and any SwiftUI/UIKit application work above it.
swift-conduit open The conduit's typed Python tooling — macOS ⇄ Linux-VM Swift environments as Pydantic models, OODA loops, and SemVer metadata.
swift-package-inventory open Typed inventory of a real Swift package WITHOUT building it: runs `swift package dump-package` (manifest evaluation only — seconds, no compile), parses SwiftPM's verbose dump JSON into a compact typed summary (products, targets + their dependencies, package dependencies with version requirements)...
tdd-red-green open The fleet's TDD orchestration pipeline — model-routed red/green/refactor with hard budgets and two no-silent-failure alert paths.

cwc-legal

skillgatedsummary
compliance-playbook open Legal/compliance playbook for the subagentjobs.com fleet.
license-inventory open READ-ONLY typed inventory of the repo's REAL license landscape, every count computed live from the tree (never hardcoded): LICENSE files across plugins/cwc-*, "license" fields across workers/*/package.json (a real, fleet-wide 0-of-97 gap at the 2026-07-09 baseline — flagged honestly, not papered...
secrets-sweep open READ-ONLY secrets/PII exposure sweep for cwc-legal (wave W5.2) over the operator's OWN deployed subagent*.com fleet.
startup-formation open Pre-formation legal groundwork for this AI startup: US business licensing/entity research path, trademark and branding audit across the ~50 subagent*.com domains, copyright posture for the fleet's original-vs-mirrored content, and terms review for startup-program applications (Cloudflare Workers...

cwc-marketing

skillgatedsummary
agent-traffic-flywheel open The growth model for agentic traffic to the ~50-domain subagent*.com fleet: a six-stage self-reinforcing flywheel (discoverability → cheap visit → cross-link traversal → durable value → return traffic → citation → discovery again), with ten concrete levers and locally-measurable metrics.
content-and-discoverability open Marketing playbook for the subagent*.com fleet — keep the fleet's agent-readiness surfaces (per-site /llms.txt, robots.txt with Content-Signal, sitemap.xml on subagentsubdomains.com, /.well-known/api-catalog on subagentapi.com) accurate as marketing assets for agent traffic; draft on-brand copy f...
creative-production open Agency-grade creative production for the subagent*.com brand: palette-locked art direction, written briefs before pixels, batch variations, provenance-tagged AI imagery via the Higgsfield MCP connector (when reachable), and publish gates.
flywheel-weekly open The weekly agent-traffic flywheel pass for the subagent*.com fleet (36+ live sites optimized for AI-agent traffic): baseline metrics via scripts/flywheel-metrics.sh, a deterministic 6-site agent-surface drift audit (audit.py), public traffic/trend context from the cwc-marketing toolkit profile's...
launch-notes open Render grounded launch announcements from the REAL fleet deploy ledger (fact_fleet_deploy in the local Postgres warehouse) instead of marketing fluff: one markdown note per deploy wave — what shipped, counts by pattern, and a verification statement — with the hard rule enforced in code that a dom...

cwc-operations

skillgatedsummary
dependency-drift-audit open Fleet-wide dependency-drift audit for the workers/ Cloudflare Worker fleet: the committed dependency graph (scripts/build-graph.py — kit imports + runtime-fetch edges), the per-worker kit-drift lock gate (scripts/worker-build.sh — .build-lock.json vs current _shared/kit hashes), and the dead-runt...
fleet-audit open Fleet-audit toolkit for the subagent*.com sites.
fleet-daily-digest open The single daily ops read for the subagent*.com fleet (~50 Cloudflare workers) — one pass, one file, five fixed sections.
fleet-operations open Operations playbook for running the subagent*.com fleet day to day.
incident-runbook open The fleet's incident runbook + change discipline, adapted from Anthropic's operations plugin (runbook, change-request, risk-assessment, status-report) and grounded in this fleet's real incident history.
registry-consistency-audit open Cross-check one domain's state (or the whole fleet's) across the FOUR registries that must agree: the fleet manifest (plugins/cwc-deploy/skills/fleet-expansion/fleet-manifest.toml — [sites.*]/[redirects.*]/[denylist] incl.

cwc-product-management

skillgatedsummary
citation-curation open Record verbatim, programmatically-verified quotes from the mirrored docs corpora as durable, doubly-typed citation rows in this plugin's citations/*.citations.jsonl — each row carries BOTH the Anthropic Citations API shape (1:1 with subagentcitations.com's D1 columns, char_location) AND a real CS...
citations-indexeddb open Python client + ingester for the IndexedDB-pattern store pinned in schemas/INDEXEDDB-COWORKERS.md — the durable, queryable home of the operator-chosen 11 gh_orgs datasets (scripts/chrome-output) and every citations/*.citations.jsonl row, at ~/Library/Application Support/Coworkers/IndexedDB (the C...
dependency-contracts open The PRODUCT view of cross-worker dependencies in the subagent*.com fleet: which runtime_fetch edges in workers/build-graph.json are intentional product surface (backed by a durable contract row on subagentcontracts.com) vs incidental coupling that merely works today.
docs-librarian open Maintain the plugin's library/ catalogs — JSON indexes mapping every doc in the three mirrored corpora (cowork+plugins+skills, claude-tag+connectors, office-agents under docs/docs/claude.com/docs/) to the cwc-product-management skills, src/coworkers Swift surfaces, subagent*.com primitives, and m...
feature-spec open Write a feature spec for subagentjobs work BEFORE it becomes cards on the Coworkers board (src/coworkers) or an edge in dependency-contracts — problem statement, goals/non-goals, and P0/P1/P2 requirements that map directly onto real Card(content, priority, owner) rows, not a generic PRD template.
fivetran-rollout-decomposition open Decompose the coworkers/ Fivetran multi-connector data-storage project (Slack, cloudflare-analytics, github, gmail connectors + connector_registry/connector_runs/source_tables in coworkers/data-infra) into atomic tasks with subtasks, and own the one green-light approval gate before any task is ha...
product-strategy open Product-strategy discipline for the subagent*.com business: positioning (user ≠ buyer), one named north-star metric with guardrails, and a now/next/later roadmap where every item carries its gate owner (finance spend gate, legal attorney gate, PM north-star check).
session-documentation open The PRODUCT-MANAGEMENT workflow that turns a finished work session into a durable, browsable record in apps/coworkers-console/sessions/ — deciding a session is worth documenting, driving cwc-design's session-record-html scaffold, filling it with verified narrative anchored to the session's own re...
skill-catalog-audit open Catalog-integrity audit across every cwc-* coworker plugin: diffs (a) skills/ dirs on disk vs (b) the plugin.json "skills" array vs (c) IDENTITY.json skills[] names, reporting unregistered dirs (16 SKILL.md-bearing ones existed on 2026-07-09 — the motivating incident), dead plugin.json entries po...
sprint-board open Run the weekly product-management sprint-planning cadence against the REAL Coworkers board (src/coworkers — a live, tested SwiftUI app, not a spec) — jointly with cwc-data-engineering.
wbr-deep-dive open The PM's Monday-to-Wednesday deep-dive cadence on top of the WBR warehouse: Monday 10:00 PST cwc-data-engineering delivers reports/wbr/wbr-<week_label>.xlsx (their SLA); Mon/Tue the PM reads it and leads with the 3-5 largest |WoW| exceptions, consulting any coworker's domain (skills/, memory/, re...

cwc-sales

skillgatedsummary
agent-gtm open Go-to-market discipline for selling content and APIs to AI agents: the scored account book (50 zones ranked for monetization readiness), the Gateway enrollment pipeline, and the weekly forecast line into the WBR.
pipeline-outreach open The daily sales pipeline pass for the subagent*.com fleet — snapshot the cwc-sales ledger from subagenttasks.com/subagentcontracts.com (pipeline.py, deterministic and read-only), qualify each open row against the fleet's actual sellable inventory, and batch outreach DRAFTS into reports/sales/outr...
pipeline-playbook open Sales playbook for the subagent*.com fleet — maintain a durable prospect/opportunity ledger as real tasks/contracts rows on subagenttasks.com and subagentcontracts.com, qualify inbound interest in the fleet's primitive APIs, and draft outreach that is always operator-gated before sending.
prospect-agent-readiness open Scored agent-readiness audit of ANY external domain — sales-qualification tooling in agent-gtm's scored-account-book discipline: six read-only checks over public well-known discovery surfaces (llms.txt, robots.txt Content-Signal, Web Bot Auth key directory, MCP server card, x402/AP2 experiments,...

cwc-science

skillgatedsummary
bio-tools-catalog open Typed catalog of Claude Science's 24 bundled bio-tools MCP servers (pubmed, biomart, chembl, clinical_trials, genomes, variants, and 18 more — 466 real tools total, live-verified 2026-07-04) plus an on-demand invoker script.
determinism-harness open Double-run determinism verification for any pipeline, generator, or seeded computation: runs a shell command TWICE in fresh temp working dirs, diffs the declared output files (byte-identical by default, or a normalized mode that first strips caller-declared volatile regex patterns like timestamps...
reproducible-analysis open Reproducible scientific analysis grounded in Claude Science (Anthropic's AI workbench for scientists): every artifact carries the exact code, environment, and history that produced it; a reviewer pass checks citations, numbers, and figure-vs-code agreement; working pipelines are saved as reusable...

cwc-swift-engineering

skillgatedsummary
agent-schema-swift-mirror open The Swift (5th-language) mirror of the fleet's typed agent schema — real `enum AgentModel: String, Codable, CaseIterable` and `enum AgentTool` whose rawValues exactly mirror crates/schema/src/agent.rs (serde), scripts/agents/schema.ts (Zod), and scripts/agents/schema.py (Pydantic) — plus an execu...
swift-stack-trace open Trace the real Swift stack the Claude apps and this repo already ship — the language, the SwiftPM package graph, and the frameworks — before writing new Swift.

cwc-xcode-engineering

skillgatedsummary
xcode-footprint-audit open Audit the real Xcode-toolchain disk footprint on this Mac as typed JSON — what IS installed (xcode-select path, Swift toolchain, /Applications/ Xcode*.app glob, simctl availability) and what disk the support artifacts actually hold (DerivedData, iOS DeviceSupport, CoreSimulator), each check {id,...
xcode-toolchain-trace open Trace the real installed Xcode toolchain before acting — the SDKs, the xcrun command surface (build/test/simulate/sign/distribute), and the native Xcode Source Editor Extension ecosystem.

Machine-readable version: GET /api/skills