linofcp007

Add Track — AI skill for Claude Code

AI community

Escalate an existing feature to a new track (+tdd/+saas/+ai), additive only — or turn one off with --remove (no file deleted).

How to install Add Track

Installs to ~/.claude/skills/linofcp007-dev-spec-driven-add-track/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linofcp007-dev-spec-driven-add-track && curl -fsSL https://raw.githubusercontent.com/linofcp007/dev-spec-driven/HEAD/commands/add-track.md -o ~/.claude/skills/linofcp007-dev-spec-driven-add-track/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Add Track does


description: Escalate an existing feature to a new track (+tdd/+saas/+ai), additive only — or turn one off with --remove (no file deleted). PT - adiciona (ou remove) um track de uma feature. ES - añade (o quita) un track de una feature. argument-hint: "[feature name] [tdd|saas|ai] [--remove]"

Use the **dev-spec-driven** skill to add a track to an existing feature.

Args: $ARGUMENTS

Call the `spec_add_track` MCP tool `{name, track}` (CLI `dev-spec add-track `). `t

Alternatives in AI

  • Humanizer: Remove AI Writing Patterns — You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more nat 10.5k ★
  • Cursor Tools — by eastlondoner - Creates a versatile AI command interface supporting multiple providers and models with flexi 4.7k ★
  • Launch An AI Feature — Workflow recipe — take an AI/LLM feature from a probabilistic-aware PRD to a launch-ready model card by chaini 1.3k ★

Full documentation available on GitHub

View Source Repository