deft-directive-article-review

Evaluate an article, paper, or post for lessons that could improve directive. Analyzes two axes: how concepts improve directive's own implementation, and how they improve the projects directive creates. Produces filtered suggestions, iterates with the user, and optionally creates GitHub issues on the directive repo.

16 stars

Best use case

deft-directive-article-review is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Evaluate an article, paper, or post for lessons that could improve directive. Analyzes two axes: how concepts improve directive's own implementation, and how they improve the projects directive creates. Produces filtered suggestions, iterates with the user, and optionally creates GitHub issues on the directive repo.

Teams using deft-directive-article-review 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

$curl -o ~/.claude/skills/deft-directive-article-review/SKILL.md --create-dirs "https://raw.githubusercontent.com/deftai/directive/main/.agents/skills/deft-directive-article-review/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/deft-directive-article-review/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How deft-directive-article-review Compares

Feature / Agentdeft-directive-article-reviewStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Evaluate an article, paper, or post for lessons that could improve directive. Analyzes two axes: how concepts improve directive's own implementation, and how they improve the projects directive creates. Produces filtered suggestions, iterates with the user, and optionally creates GitHub issues on the directive repo.

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

Read and follow: skills/deft-directive-article-review/SKILL.md

Related Skills

<!-- DEFT-PREAMBLE-V1 -->

16
from deftai/directive

<!-- deft:deprecated-skill-redirect -->

deft-directive-decompose

16
from deftai/directive

Convert approved specification/phase/epic scope vBRIEFs into swarm-ready story vBRIEFs before concurrent agent allocation.

deft-directive-triage

16
from deftai/directive

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

16
from deftai/directive

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

16
from deftai/directive

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

16
from deftai/directive

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

16
from deftai/directive

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

16
from deftai/directive

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

16
from deftai/directive

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

16
from deftai/directive

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

16
from deftai/directive

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

16
from deftai/directive

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.