plan-feature-decision

plan-feature-decision is a skill for Claude Code from easyinplay/harnessed. It costs 33 tokens per session (164 once invoked), scanned A, original, Apache-2.0.

A planning workflow stub that returns a simulated approval decision for a feature plan.

In plain words
What is it for?
Use it to verify feature-planning transitions during development; it does not yet provide a real architecture or product decision.
Why use it?
It lets the workflow system test how a planning decision moves through its phases before a real decision tool is connected.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for gstack.

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/easyinplay/harnessed/plan-feature-decision
Any agent
npx skills add easyinplay/harnessed --skill plan-feature-decision
Clone the repo
git clone --depth 1 https://github.com/easyinplay/harnessed

Made for: Claude Code.

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 plan-feature-decision

README.md
[![agentmods](https://agentmods.dev/badge/skills/easyinplay/harnessed/plan-feature-decision.svg)](https://agentmods.dev/skills/easyinplay/harnessed/plan-feature-decision)
Your own site
<a href="https://agentmods.dev/skills/easyinplay/harnessed/plan-feature-decision"><img src="https://agentmods.dev/badge/skills/easyinplay/harnessed/plan-feature-decision.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 164 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.1 $0.00033 $0.00164
Opus 5 $0.00016 $0.00082
Sonnet 5 $0.00007 $0.00033
Haiku 4.5 $0.00003 $0.00016

Measured 6d ago against content hash cbf9d8c34497, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

plan-feature-decision 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 6d 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.

skills/plan-feature-decision/SKILL.md · 24 lines

What it actually says

Plan-feature: gstack-decision — STUB

Phase 3.2 D-03 WIRED reference implementation. Returns mock decision output for workflow runtime verification.

Stub behavior

This skill stub returns a mock result to simulate phase success transition:

{
  "status": "ok",
  "output": "<stub for plan-feature-decision>",
  "decision": "mock-approved"
}

Phase 3.3+ dogfood: replace stub with actual {{ gstack_prefix }}office-hours spawn + decision capture.

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. 6d ago First seen · 24 lines · 33 tokens per session scan A cbf9d8c34497

Subscribe to this mod's changes

plan-feature-decision is a skill published in the GitHub repository easyinplay/harnessed (2 stars, last pushed 10d ago), licensed Apache-2.0. It adds 33 tokens to every session and 164 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

octowiz

Octowiz AI coding workflow coordinator. Reads IntegraHub memory doctrine at runtime, detects where you are in the development lifecycle, and routes to the right skill combination from superpowers + mattpocock-skills. Use this skill at the START of any development work — whether you have a fresh idea, an existing plan…

raelli/octowiz · 139 tokens

setup

Setup orchestrator for the Octowiz Bridge. Re-runs the live environment check, builds a gap list, and runs only the phases needed: plugins, memory, repo, verify. Invoked automatically by octowiz:octowiz when hard gaps are detected.

raelli/octowiz · 57 tokens

forge

Run a Planner→Dev→Test→Learn workflow for feature development with automatic bug-fix loops and state checkpointing.

zjio26/forge · 25 tokens

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

sxo

Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…

nowork-studio/notfair-plugin · 235 tokens