architect-impl-grounding

architect-impl-grounding is a skill for Claude Code, Codex from ntorga/agent-starter-kit. It costs 47 tokens per session (878 once invoked), scanned A, original, MIT.

A planning step that connects written design decisions to the actual codebase, including file paths, function signatures, reference code, tests, and estimated size.

In plain words
What is it for?
Use it to ground feature plans in existing files, verify assumptions about libraries and APIs, and prepare work items for implementation.
Why use it?
It removes guesses from implementation plans and updates the next plan after completed work changes the codebase.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to ground feature plans in existing files, verify assumptions about libraries and APIs, and prepare work items for implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ntorga/agent-starter-kit/architect-impl-grounding
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.

Any agent
npx skills add ntorga/agent-starter-kit --skill architect-impl-grounding
Clone the repo
git clone --depth 1 https://github.com/ntorga/agent-starter-kit

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 architect-impl-grounding

README.md
[![agentmods](https://agentmods.dev/badge/skills/ntorga/agent-starter-kit/architect-impl-grounding/github.svg)](https://agentmods.dev/skills/ntorga/agent-starter-kit/architect-impl-grounding)
Your own site
<a href="https://agentmods.dev/skills/ntorga/agent-starter-kit/architect-impl-grounding"><img src="https://agentmods.dev/badge/skills/ntorga/agent-starter-kit/architect-impl-grounding/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 architect-impl-grounding

Your own site · 80×15
<a href="https://agentmods.dev/skills/ntorga/agent-starter-kit/architect-impl-grounding"><img src="https://agentmods.dev/badge/skills/ntorga/agent-starter-kit/architect-impl-grounding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 878 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.00047 $0.00878
Opus 5 $0.00023 $0.00439
Sonnet 5 $0.00009 $0.00176
Haiku 4.5 $0.00005 $0.00088

Measured 2d ago against content hash 43b4cc74fe9e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-14, from the pricing page.

Security

Grade A, and why

architect-impl-grounding 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 2d 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/architect-impl-grounding/SKILL.md · 75 lines

How it starts

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

Purpose

The grill settles the decisions. This skill makes them concrete. It grounds the plan artifacts in the codebase and annotates impl.md with the details the coder implements from. The refresh procedure handles what lands: it verifies the shipped epic's discoveries, classifies them, and re-grounds the next epic against the codebase as it now stands.

Procedure

  • Ground — the grill is done. Annotate impl.md.
  • Refresh — an epic has landed. Classify its discoveries, then re-ground the next epic.
  1. Ground mode. Annotate impl.md: a. Read the plan artifacts:
    • plan.md — acceptance criteria.
    • arch.md — directory structure, layer separation, reference projects.
    • impl.md — epics grouped at one day of work. b. Ground the artifacts in the codebase:
    • Read .context.md files in affected directories.
    • Read docs/FEATURE-MAP.md if it exists.
    • Read the project's architecture skill, if one exists.
    • Run ls on affected directories.
    • Verify assumptions — check library docs for capability claims, inspect handler code for API contracts, validate environment references against config files. c. Annotate impl.md with the annotation set for each epic. d. Respect current layer boundaries and dependency direction (follows: rules/code/general.md). For each file in the epic, verify its imports do not violate dependency direction. e. Write the annotated impl.md back to disk. The coder works from this file.
  2. Refresh mode. Handle the landed epic's discoveries, then re-ground: a. Read impl.md and the coder's handoff for the epic that landed. b. Verify each discovery against the changed files. Use git diff --stat to see what shipped, then read the files the discovery claims to affect. Discard a discovery that does not match the implementation — note the mismatch. c. Classify each verified discovery:
    • adjust — changes how the remaining work is built, not what the user wants. Fold it into the remaining epics inline. No user gate.
    • escalate — contradicts a settled decision, or reveals a decision the user should make. Flag it for the Maestro. Do not guess. d. Re-ground the next pending epic with step 1 against the current codebase. Verify its file paths, method signatures, and reference files. Re-annotate what drifted. e. Write the updated impl.md back to disk.

Read the full file on GitHub · 75 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. 2d ago First seen · 75 lines · 47 tokens per session scan A 43b4cc74fe9e

Subscribe to this mod's changes

architect-impl-grounding is a skill published in the GitHub repository ntorga/agent-starter-kit (142 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 878 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-09-13.

Related

Other skills, from other repositories

board

Read and write the workspace BOARD.md (shared task board for agents + Val). Wraps bin/board, a small Python CLI that preserves the markdown schema and appends to the activity log automatically. Use this whenever an agent proposes, claims, or finishes work that should be visible to the rest of the roster.

OpenCoven/coven · 66 tokens

squads-cli

Squads CLI — operate your AI workforce through the loop; intent in, reviewed work out. TRIGGER when running squads, dispatching agents, triaging the inbox, reading/writing memory, recording feedback, or checking status/usage.

agents-squads/squads-cli · 53 tokens

gh

You have access to gh (GitHub CLI) for repository and project management.

agents-squads/squads-cli · 0 tokens

pm

Project Manager skill. One orchestrator session drives eight subagent roles -- planner, plan-reviewer, doer, reviewer, deployer, integ-test-runner, ci-watcher, harvester -- through cycles of Plan, Develop, Test, and Harvest across one or more parallel tracks in isolated git worktrees, running each task on a…

Apra-Labs/apra-fleet · 120 tokens

auto-sprint-args

How to construct and pass correct arguments to the auto-sprint workflow -- the required issues+branch fields, optional goal/maxcycles/basebranch/requirementsFile, JSON-object (not string) shape, and common launch mistakes. Trigger when preparing to launch or invoke auto-sprint.

Apra-Labs/apra-fleet · 61 tokens

fleet-sprint-cli

How to launch and supervise apra-fleet's autonomous sprint workflow from the CLI (apra-fleet workflow fleet-sprint) -- the --issue/--members/--branch/--base flag contract, the preconditions to check first, how to launch it as a detached process, and how to watch it via its dashboard. Trigger before running apra-fleet…

Apra-Labs/apra-fleet · 85 tokens