frontend-planning

frontend-planning is a skill for Claude Code, Codex from thuandiep1707/codex-harness-javascript. It costs 48 tokens per session (389 once invoked), scanned A, original, MIT.

A planning workflow for turning frontend requirements into Jira work items: a Feature, functional Tasks, and specialist Subtasks. Jira is a project-tracking system, and the workflow stops before anyone starts coding or testing.

In plain words
What is it for?
Use it when a frontend request needs analysis, project-stack discovery, Jira decomposition, and verified work-item creation without dispatching design, coding, test-plan, or testing specialists.
Why use it?
It structures frontend work and keeps planning separate from implementation, while requiring the human-facing Jira content to be written in Vietnamese.

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/thuandiep1707/codex-harness-javascript/frontend-planning
Any agent
npx skills add thuandiep1707/codex-harness-javascript --skill frontend-planning
Clone the repo
git clone --depth 1 https://github.com/thuandiep1707/codex-harness-javascript

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 frontend-planning

README.md
[![agentmods](https://agentmods.dev/badge/skills/thuandiep1707/codex-harness-javascript/frontend-planning.svg)](https://agentmods.dev/skills/thuandiep1707/codex-harness-javascript/frontend-planning)
Your own site
<a href="https://agentmods.dev/skills/thuandiep1707/codex-harness-javascript/frontend-planning"><img src="https://agentmods.dev/badge/skills/thuandiep1707/codex-harness-javascript/frontend-planning.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 389 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 $0.00048 $0.00389
Opus 5 $0.00024 $0.00195
Sonnet 5 $0.00010 $0.00078
Haiku 4.5 $0.00005 $0.00039

Measured 5d ago against content hash e1259fa09e2a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

frontend-planning 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.

.agents/skills/frontend-planning/SKILL.md · 34 lines

What it actually says

Frontend Planning Workflow

This is a user-facing planning-only workflow.

Scope

  1. Resolve the working product repository and Jira context in the Primary Controller.
  2. Spawn Brain for requirement analysis and lightweight project-stack discovery when new/replan work requires it; capture the result, then close/verify the Brain child.
  3. Spawn one Orchestrator child in planning/replanning mode and supply the approved analysis plus Jira context.
  4. Orchestrator decides the Jira Feature/Task/Subtask operations and returns exact jira-call controller actions; it does not call Jira directly.
  5. Primary Controller executes those Jira calls exactly, returns confirmed results to the same Orchestrator child, and repeats until the Jira work graph is valid.
  6. Capture the final planning result, then close/verify the Orchestrator child.
  7. Stop before specialist implementation.

Do not dispatch Design, Test Plan, Coding, or Testing specialists in this workflow.

Planning rules

  • Decompose requirement -> user outcomes -> functional slices -> Tasks -> specialist Subtasks.
  • Do not split primarily by files, components, hooks, or agent roles.
  • Human-facing Jira content must be Vietnamese; technical identifiers remain exact.
  • Detect project implementation stack from evidence; detection is not permission to adopt a new dependency.
  • Record unresolved technology/architecture decisions instead of defaulting to a library.
  • Only the Primary Controller invokes the Jira connector and native child-agent lifecycle APIs. Orchestrator owns planning decisions only.

Output

Return the created/updated Jira hierarchy, dependencies, acceptance boundaries, detected implementation-environment evidence, and unresolved decisions. The workflow ends after planning by design.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 34 lines · 48 tokens per session scan A e1259fa09e2a

Subscribe to this mod's changes

frontend-planning is a skill published in the GitHub repository thuandiep1707/codex-harness-javascript (7 stars, last pushed 7d ago), licensed MIT. It adds 48 tokens to every session and 389 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

qa

Run scalable, isolated live QA for nac development. The top-level local orchestrator must parse n (default 4), dispatch one setup worker with this skill, copy its n assignment contracts verbatim into exactly n parallel test workers with this skill, then dispatch one aggregate worker with this skill using all test…

arcee-ai/nac · 100 tokens

release

Cut and publish a full stable NAC release after main, release-PR, and publication CI pass. Use when a maintainer asks for a stable version bump, tag, or GitHub Release. Never use for release candidates; NAC RC releases are automated.

arcee-ai/nac · 53 tokens

triage

Triage a GitHub repository's open issues by finding exact duplicates, rejecting evidenceably off-base requests, requesting concrete clarification, applying only existing labels, and opening a linked root-cause issue when multiple reports share one underlying invariant failure. Use when a maintainer asks to triage…

arcee-ai/nac · 65 tokens

nac-onboarding

Install and configure Arcee AI nac, get the user into the nac dashboard, and connect their MCP client to nac. Use when a user asks to get started with nac, connect nac to an agent, add MCP servers, or expose nac's MCP server to Claude Code, Codex, OpenCode, or another MCP client.

arcee-ai/nac · 71 tokens

first-run-discovery

Use when project context is missing, unapproved, stale, or when an existing harness must be adopted before implementation planning.

Eduardo-Salvador/Agent-Harness-Kit · 29 tokens

graph-execution

Use to decompose approved context, dispatch ready task nodes, or execute a task under exclusive ownership.

Eduardo-Salvador/Agent-Harness-Kit · 24 tokens