vibe-ic-phase1

vibe-ic-phase1 is a command for Claude Code from vibeic/vibe-ic. It costs 41 tokens per session (744 once invoked), scanned A, original, Apache-2.0.

A command that runs the first phase of a structured project workflow. It turns natural-language input into JSON and a human-readable report, then checks each processing step.

In plain words
What is it for?
Use it to start Phase 1 for a named project directory, review the generated status report, fix failed or skipped steps, and continue to Phase 2 after everything passes.
Why use it?
It prevents the agent from guessing which project to use and makes failures or missing information visible. It also guides the user through filling in missing project details before trying again.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the vibe-ic plugin — 70 skills, 8 commands, 8 agents, 2 hooks, 1 MCP server shipped together

Good fit Use it to start Phase 1 for a named project directory, review the generated status report, fix failed or skipped steps, and continue to Phase 2 after everything passes.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add vibeic/vibe-ic
Claude Code
/plugin install vibe-ic

Made for: Claude Code.

Or install vibe-ic, the plugin that ships this one along with the rest of its 70 skills, 8 commands, 8 agents, 2 hooks, 1 MCP server.

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 vibe-ic-phase1

README.md
[![agentmods](https://agentmods.dev/badge/commands/vibeic/vibe-ic/vibe-ic-phase1/github.svg)](https://agentmods.dev/commands/vibeic/vibe-ic/vibe-ic-phase1)
Your own site
<a href="https://agentmods.dev/commands/vibeic/vibe-ic/vibe-ic-phase1"><img src="https://agentmods.dev/badge/commands/vibeic/vibe-ic/vibe-ic-phase1/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for vibe-ic-phase1

Your own site · 80×15
<a href="https://agentmods.dev/commands/vibeic/vibe-ic/vibe-ic-phase1"><img src="https://agentmods.dev/badge/commands/vibeic/vibe-ic/vibe-ic-phase1.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 744 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00041 $0.00744
Opus 5 $0.00020 $0.00372
Sonnet 5 $0.00008 $0.00149
Haiku 4.5 $0.00004 $0.00074

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

Security

Grade A, and why

vibe-ic-phase1 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.

vibe-ic-marketplace/plugins/vibe-ic/commands/vibe-ic-phase1.md · 49 lines

What it actually says

Missing arg? When $ARGUMENTS is empty, prompt the user first: /vibe-ic-phase1 <project-dir> (e.g. /vibe-ic-phase1 1st_benchmark_example/phase2_v0119.48-vendor). The AI must NOT guess the path; a concrete project path is required before continuing.

/phase1 — Phase 1 (Path A) entry

Main execution (program-driven):

python3 ${CLAUDE_PLUGIN_ROOT}/programs/phase1_one_shot_runner.py $ARGUMENTS

The first positional argument is the project directory (e.g. /home/<your-user>/AI_IC_design/<project>).

After the program completes, the AI must:

  1. Read <project>/reports/phase1_one_shot.json — verdict + status / detail of every step
  2. Complete the mandatory IC Expert track before crediting D1:
    • Read <project>/reports/audit/phase1/expert_parse_track.json.
    • If ai_subtrack.status is HANDOFF_EMITTED, use the host's Agent/subagent tool to dispatch the exact subagent_type declared in <project>/reports/audit/phase1/expert_parse_track_pack/ic_expert_agent_handoff.json. Give that agent the handoff JSON; it must read only the pack's declared design_input.txt plus expert digests and write the declared l_doc_expectations.json answer target. Do not hand-author a substitute.
    • Re-run the same phase1_one_shot_runner.py command after the agent returns. Continue this dispatch-and-rerun loop for a schema refusal; stop on an execution error. HANDOFF_EMITTED, ANSWER_SCHEMA_MISMATCH, ERROR, or CONSUMED_EMPTY is INCOMPLETE, never a Phase-1 pass.
    • Credit the track only when ai_subtrack.status == CONSUMED, ai_convergence.consumed >= 1, and both denominator.ai and denominator.total are non-zero. Preserve and report every named disagreement; findings are advisory, answer consumption is mandatory.
  3. For each remaining FAIL or WAIVED step:
    • Capture the corresponding stderr / log and mark the root cause
    • If close-loop patching is needed (e.g. user did not provide input/phase1_structured.yaml), proactively guide the user via dialogue (IC Expert Agent, plain-language register) to fill in the missing info, write the dialogue result into input/phase1_structured.yaml, and re-run the runner
  4. Once all PASS, print the verdict + L doc path list, and hint the next step: /phase2

Helper skills (do not auto-expand; surface only when the user asks):

  • phase1 — natural-language → L1-L27 dialogue flow
  • spec-review — human review after L1-L27 emit

Phase 1 not PASS means cannot enter Phase 2 — strictly depends on generated_docs/L*.json.

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 Changed · +16 lines 1b2dab4d16aa
  2. 10d ago First seen · 33 lines · 41 tokens per session scan A 68c41c9368ee

Subscribe to this mod's changes

vibe-ic-phase1 is a command published in the GitHub repository vibeic/vibe-ic (23 stars, last pushed today), licensed Apache-2.0. It adds 41 tokens to every session and 744 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-30.