manage-features

manage-features is a skill for Claude Code, Codex from TentacleOpera/switchboard. It costs 0 tokens per session (6,572 once invoked), scanned A, original, MIT.

A Switchboard task-management skill for creating features, grouping plans, and rearranging subtasks. Switchboard is a kanban-style work board used to organize development work.

In plain words
What is it for?
Creating a feature from plans, grouping loose plans by capability, and splitting, moving, merging, or reordering a feature's subtasks.
Why use it?
It keeps related plans and subtasks organized without rewriting their content. It also supports remote sessions where the usual VS Code extension is not running.

Skill for Claude CodeCodex

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/tentacleopera/switchboard/manage-features
Any agent
npx skills add TentacleOpera/switchboard --skill manage-features
Clone the repo
git clone --depth 1 https://github.com/TentacleOpera/switchboard

Made for: Claude Code, Codex.

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 manage-features

README.md
[![agentmods](https://agentmods.dev/badge/skills/tentacleopera/switchboard/manage-features.svg)](https://agentmods.dev/skills/tentacleopera/switchboard/manage-features)
Your own site
<a href="https://agentmods.dev/skills/tentacleopera/switchboard/manage-features"><img src="https://agentmods.dev/badge/skills/tentacleopera/switchboard/manage-features.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,572 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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 $0.00000 $0.06572
Opus 5 $0.00000 $0.03286
Sonnet 5 $0.00000 $0.01314
Haiku 4.5 $0.00000 $0.00657

Measured 4d ago against content hash 4b8771e5d561, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

manage-features scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s "$BASE/kanban/plans?featureId=<featurePlanId>" | jq '.data[] | {planId, topic, planFile, kanbanColumn}'
.agents/skills/manage-features/SKILL.md · 486 lines

How it starts

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

Manage Features

Create, group, and rearrange Switchboard features. This skill consolidates four feature-management operations into one discoverable skill:

  • Create — write a feature file directly (remote-session fallback when the extension is not running).
  • Create from Plans — create a feature from a known set of plans via create-feature.js (extension running).
  • Group — scan pre-coding columns, cluster loose plans by capability, propose groupings for one approval, then create features.
  • Rearrange — restructure a feature's subtasks (split/move/merge/reorder) without rewriting their content.

When a directive says "invoke the manage-features skill and follow the Create from Plans section", jump to that section below.


Create

Create a Switchboard feature by writing the feature file directly to .switchboard/features/. Use this section when you are in a remote session (Claude Code web, claude.ai) and the VS Code extension is not running — create-feature.js routes through the extension's LocalApiServer and has no direct-DB fallback, so it fails when the extension is unreachable.

When to Use

  • You are in a remote session (no VS Code extension running).
  • The user asks to create a new feature (grouping plans together, or a standalone feature).
  • Do NOT use this section if the extension IS running — call create-feature.js instead (it's authoritative: does DB upsert, subtask linking, file write, and board refresh atomically).

How to Detect Whether the Extension Is Running

  1. Check for .switchboard/api-server-port.txt in the workspace root.
  2. If present and the health endpoint responds (GET http://127.0.0.1:{port}/health), the extension is live — use create-feature.js.
  3. If absent or health check fails, proceed with direct file write.

Feature File Format

Feature files live in .switchboard/features/ and follow this structure:

---
description: '{Feature Name}'
---

# {Feature Name}

## Goal

{Description of what this feature achieves and why it matters.}

## How the Subtasks Achieve This

{Narrative connecting the subtasks to the goal. Written once by the agent;
preserved by _regenerateFeatureFile on subsequent subtask changes.}

<!-- BEGIN SUBTASKS (auto-generated, do not edit) -->
## Subtasks
- [ ] (no subtasks)
<!-- END SUBTASKS -->

Read the full file on GitHub · 486 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. 4d ago First seen · 486 lines · 0 tokens per session scan A 4b8771e5d561

Subscribe to this mod's changes

manage-features is a skill published in the GitHub repository TentacleOpera/switchboard (213 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,572 tokens. A static security scan graded it A with 1 finding (makes network calls). 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

wayfinder

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

mattpocock/skills · 46 tokens

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

pm-all

Skill "pm-all" from wei63w/pm-manager, covering user input, outline and shared workflow (all /pm- commands).

wei63w/pm-manager · 8 tokens

bootstrap-prd

Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.

joshukraine/dotfiles · 25 tokens

glab-issue

Create, view, update, and manage GitLab issues. Use when working with issue tracking, bug reports, feature requests, or task management. Operations include creating issues, listing with filters, viewing details, adding comments/notes, updating labels/assignees/milestones, closing/reopening, and board management.…

vince-winkintel/gitlab-cli-skills · 89 tokens

sales-ops

Set up and run Airtable-based sales operations and CRM workflows — pipeline management, account and renewal management, deal desk, RFP / tender pipelines, partner CRMs, sales forecasting, vertical CRMs (real estate, mortgage, brokerage, capital markets, public works, nonprofit), and AI-native lean stacks…

Airtable/skills · 164 tokens