run_feature_workflow

run_feature_workflow is a skill for Claude Code, Codex from markmhendrickson/neotoma. It costs 8 tokens per session (689 once invoked), scanned A, a copy of run-feature-workflow, MIT.

A documented workflow for implementing a feature unit, including its specification, task manifest, code, tests and documentation.

In plain words
What is it for?
Use it to load the project rules, assess feature risk, create an appropriate plan, resolve unclear requirements, and implement the feature with its tests and documentation.
Why use it?
Feature work can become inconsistent when requirements, risk, architecture and tests are handled separately. The workflow brings these checks and updates together.

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/markmhendrickson/neotoma/run_feature_workflow
Any agent
npx skills add markmhendrickson/neotoma --skill run_feature_workflow
Clone the repo
git clone --depth 1 https://github.com/markmhendrickson/neotoma

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 run_feature_workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/markmhendrickson/neotoma/run_feature_workflow.svg)](https://agentmods.dev/skills/markmhendrickson/neotoma/run_feature_workflow)
Your own site
<a href="https://agentmods.dev/skills/markmhendrickson/neotoma/run_feature_workflow"><img src="https://agentmods.dev/badge/skills/markmhendrickson/neotoma/run_feature_workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 689 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 80% copy Near-identical to another mod 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.1 $0.00008 $0.00689
Opus 5 $0.00004 $0.00345
Sonnet 5 $0.00002 $0.00138
Haiku 4.5 $0.00001 $0.00069

Measured 5d ago against content hash 026f56f61480, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

run_feature_workflow scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

80% identical to run-feature-workflow — 12 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/run_feature_workflow/SKILL.md · 79 lines

How it starts

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

Run Feature Workflow

feature_id = {{input:feature_id}}

Configuration is read from foundation-config.yaml.

  1. Load configuration:

    • Read foundation-config.yaml to get feature unit settings
    • Determine directory structure, manifest complexity, testing requirements
  2. Read authoritative documents:

    • foundation/development/feature_unit_workflow.md (workflow context)
    • {configured_directory}/in_progress/{{input:feature_id}}/{{input:feature_id}}_spec.md (or completed/ if completed)
    • {configured_directory}/in_progress/{{input:feature_id}}/manifest.yaml (or completed/ if completed)
    • foundation/development/templates/feature_unit_spec_template.md
    • Repository-specific execution instructions (if they exist)
    • Repository-specific architecture/module documentation (based on spec)
  3. Determine risk level:

    • low → skip plan
    • medium → produce brief structured plan
    • high/critical → produce detailed plan and wait for user approval
  4. Apply Feature Unit execution principles:

    • Update spec/manifest if ambiguous
    • Update code/tests/docs together
    • Follow architectural invariants (from repo-specific docs)
    • Preserve accessibility and i18n rules (if applicable)
  5. Run tests (based on configuration):

    • Unit tests (if testing.require_unit_tests: true)
    • Integration tests (if testing.require_integration_tests: true)
    • E2E tests (if testing.require_e2e_tests: true)
    • Verify coverage meets configured targets

    If any tests fail:

    • Immediately invoke Fix Feature Bug with feature_id={{input:feature_id}}
    • Do NOT attempt to fix bugs inline
    • Let the error protocol classify and correct
    • After bugfix completes, re-run the test suite
    • Only proceed to step 6 once all tests pass
  6. Apply error protocol (if repository has one) only if bugs were encountered and fixed via step 5.

  7. Spec-to-Implementation Diff Checkpoint (CRITICAL):

    Before producing the final summary:

    • Compare the implemented code against the spec
    • List any ways implementation intentionally diverged from spec (even if small)
    • For each divergence:
      • Either update the spec to reflect the change (if divergence is intentional and correct)
      • Or mark the divergence as a bug to be fixed (if divergence is unintentional)
    • Present this diff to the user:
      • "Implementation vs Spec Diff: [list of divergences]"
      • "For each divergence, should I update the spec or fix the implementation? (spec/implementation/list)"
    • Do NOT proceed to final summary until spec and implementation are aligned (either by updating spec or fixing implementation)
  8. Produce a final change summary:

    • feature_id
    • files changed
    • risk
    • error_class (if bugfix)
    • tests run
    • coverage achieved

Read the full file on GitHub · 79 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. 5d ago First seen · 79 lines · 8 tokens per session scan A 026f56f61480

Subscribe to this mod's changes

run_feature_workflow is a skill published in the GitHub repository markmhendrickson/neotoma (31 stars, last pushed 2d ago), licensed MIT. It adds 8 tokens to every session and 689 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 80% identical to run-feature-workflow, differing in 12 lines, and is treated as a copy.

Related

Other skills, from other repositories

security-observability

只读查询 agent-sec-cli 已落盘的历史安全事件记录,并据此生成会话级安全复盘。仅当用户显式要求查看或审计已发生的安全事件、安全告警、安全审计记录,或要求按 session/run/trace/时间/类别筛选与统计已有安全事件,或要求复盘某次会话的安全判定时使用。不用于扫描新内容:检查代码安全性用 code-scanner,检测 prompt 注入用 prompt-scanner,审查 Skill 安全状态用 skill-ledger。不要因为对话中出现“安全”“工具调用”等字样、或为了主动自查而触发。.

alibaba/anolisa · 145 tokens

add-backend

Guide for adding a backend (Rust or Python) to the agent-sec-core security middleware. Use when creating new backends, integrating Rust or Python code into the security middleware, or extending with new backend actions.

alibaba/anolisa · 46 tokens

skill-ledger

Skill 安全状态查看、风险暴露审查、用户决策、快速扫描认证与可选深度扫描。支持用户主动查看或扫描单个/全部 Skill;当用户要求 agent 安装 Skill 且安装成功后,必须自动对最终本地目录执行快速扫描认证。.

alibaba/anolisa · 67 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

pr-body

分析当前分支的全部变更,自动生成或更新 PR 标题和正文。聚焦内容质量:解释 why、归纳 what、标注测试方式,遵循 anolisa 项目 PR 模板规范。适用于新建 PR 前生成描述,或已有 PR 需要更新描述。.

alibaba/anolisa · 68 tokens

install-openclaw

Install and configure OpenClaw non-interactively with Alibaba Cloud Model Studio. Use when the user asks to install OpenClaw, configure Aliyun Bailian/Model Studio/DashScope credentials, choose pay-as-you-go, Coding Plan, or Token Plan billing, set Base URL/model config, optionally configure DingTalk, start the local…

alibaba/anolisa · 85 tokens