Best use case
Deprecated skill path — v0.19 → v0.20 bridge is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
<!-- deft:deprecated-skill-redirect -->
Teams using Deprecated skill path — v0.19 → v0.20 bridge should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/deft-sync/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Deprecated skill path — v0.19 → v0.20 bridge Compares
| Feature / Agent | Deprecated skill path — v0.19 → v0.20 bridge | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
<!-- deft:deprecated-skill-redirect -->
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Deprecated skill path — v0.19 → v0.20 bridge <!-- deft:deprecated-skill-redirect --> This skill path is deprecated. Read `deft/QUICK-START.md` for current routing. The current replacement skill is `deft-directive-sync` (at `skills/deft-directive-sync/SKILL.md`). Do not add real content here. This file exists so that stale v0.19 `AGENTS.md` files that reference old `deft/skills/deft-*` paths keep working through one release cycle. QUICK-START.md refreshes the Deft-managed section of `AGENTS.md` to the current v0.20 `deft-directive-*` skill paths. See: - [../../QUICK-START.md](../../QUICK-START.md) — agent bootstrap + upgrade detection - [../../UPGRADING.md](../../UPGRADING.md) — version-by-version upgrade guide - [../../docs/BROWNFIELD.md](../../docs/BROWNFIELD.md) — brownfield adoption / migration
Related Skills
<!-- DEFT-PREAMBLE-V1 -->
<!-- deft:deprecated-skill-redirect -->
deft-directive-decompose
Convert approved specification/phase/epic scope vBRIEFs into swarm-ready story vBRIEFs before concurrent agent allocation.
deft-directive-triage
Triage-cache hygiene and "what's next?" queue selection -- the agent-facing playbook for syncing the triage cache, classifying candidates, presenting a ranked queue, walking per-item decisions, and auditing the session.
deft-directive-sync
Session-start framework sync skill. Pulls latest deft submodule, validates vBRIEF lifecycle structure, checks folder/status consistency, detects stale origins (RFC D12), and summarizes changes.
deft-directive-swarm
Parallel local agent orchestration. Use when running multiple agents on vBRIEF stories simultaneously — to scan active/ for allocatable work, set up isolated worktrees, launch agents with proven prompts, monitor progress, handle stalled review cycles, and close out PRs cleanly.
deft-directive-setup
Set up a new project with Deft Directive framework standards. Use when the user wants to bootstrap user preferences, configure a project, or generate a project specification. Walks through setup conversationally — no separate CLI needed.
deft-directive-review-cycle
Greptile bot reviewer response workflow. Use when running a review cycle on a PR -- to audit process prerequisites, fetch bot findings, fix all issues in a single batch commit, and exit cleanly when no P0 or P1 issues remain. Enables cloud agents to run autonomous PR review cycles.
deft-directive-release
Cut a v0.X.Y release of the deft framework safely. Use when the user says "release", "cut release", "v0.X.Y", or "publish release" -- to walk an 8-phase workflow that pre-flights, runs an end-to-end rehearsal against a temp repo, lands a draft on the real repo, gates on user review, then publishes or rolls back. Re-uses the deft-directive-swarm Phase 6 Step 5 Slack announcement template.
deft-directive-refinement
Conversational refinement session. Ingests external work items into vBRIEF proposed/ scope, deduplicates via origin references, evaluates proposals with the user, reconciles stale origins, and promotes/demotes scopes through the lifecycle using deterministic task commands.
deft-directive-pre-pr
Iterative pre-PR quality improvement loop. Use before pushing a branch for PR creation -- after completing implementation but before task check. Cycles through Read-Write-Lint-Diff until a full pass produces zero changes.
deft-directive-interview
Deterministic structured Q&A interview loop. Use when any skill needs structured user input through focused questions with defaults and confirmation gate. Interview output targets vBRIEF narratives.
deft-directive-glossary
Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when defining domain terms, building a glossary, hardening terminology, or when "domain model" or "DDD" is mentioned.