Implementation Discovery (internal)
SkillMediaInternal contract: the single owner of the bounded pre-write implementation discovery step. One read-only mapper that closes seven evidence questions, emits one fixed compact map, and routes READY | REPLAN | NEEDS-DESIGN | BLOCKED before any branch, planning, or source write. Consumed only by execute-phase on the pre-write route. Not a menu entry.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Implementation Discovery (internal) skill
What this skill tells your AI
The instructions your AI receives, as published by gtrabanco/agentic-workflow in skills/implementation-discovery/SKILL.md and read by ahel’s review.
The one authoritative owner of the bounded, read-only pre-write mapper consumed
by execute-phase. A phase does not touch the repository until this step has
closed its questions and said READY. Nothing else may define what a valid
pre-write discovery pass is.
When to use
execute-phase— before any branch/planning/source write, after the read-only dependency/status/acceptance/phase/feature-28 receipt checks.- The step runs only on the pre-write route; it is never a general-purpose orientation pass and never a substitute for planning.
Inputs (exact, only these)
The mapper receives only:
- the governing SPEC/fix obligations for the current phase;
- the current feature-28 SPEC and Plan receipt digests;
- the phase-relevant rows from frozen planning evidence, with source revision, affected decision/obligation, freshness, and declared unknowns;
- the phase fingerprint, ordered tasks, acceptance/obligation ids, and the last progress receipt;
- source HEAD plus clean-source / allowed-planning-path evidence;
- applicable NRS / decision / invariant evidence;
- the repository discovery tools available in this environment.
Advisory locators
Semantic/symbol navigation and Engram/memory tools are optional adapters that may
locate evidence faster; they are never authority. Direct repository/Git/search/
read/test fallback must satisfy the identical evidence contract, and only
repository bytes answer a map field. The tool that found a citation does not
excuse a missing path:line or a contradictory claim.
Seven evidence questions
Every pass must answer — each answer citing repository-relative path:line,
symbol, or test plus exact source revision / content identity:
- Which entry points and public/internal interfaces own current behaviour?
- Which callers, adapters, roles, compatibility surfaces, and failure paths can this phase affect?
- Which helpers, patterns, decisions, and invariants constrain the change?
- Which tests, fixtures, probes, and production-like scenarios establish current behaviour?
- Which exact writes are expected, and which reviewed obligation does each serve?
- Which carried planning-evidence claims and Plan assumptions are directly confirmed, refined, stale, missing, or contradicted by source?
- Which relevant unknowns remain, who owns them, and what evidence resolves them?
The mapper records conclusions, not every search. Repeating a search/read requires a new question, changed source, or insufficient cited evidence; otherwise it stops (no-progress).
Inline and fresh routing
Inline is permitted only when behaviour is localized/familiar, targeted evidence answers every question, no public/persistence/security/recovery/ compatibility boundary may change, and the executor can finish the map before writing.
A fresh read-only mapper is required for cross-module/layer or unfamiliar work, public/persistence/security/recovery/compatibility impact, competing project patterns, an unproven material Plan assumption, prior failed attempts/review bias, or any case where editing would begin before the map closes. Same-model fresh context is useful but is not model diversity. Manual sequential fresh conversations are the portable fallback.
No file-count threshold participates in the route or the verdict.
Fixed implementation map
IMPLEMENTATION MAP — unit-id phase-id
Map revision: opaque single-consumption id
Source identity: HEAD + clean-source proof + cited-evidence manifest digest
Authority: SPEC receipt + Plan receipt + phase fingerprint
Planning evidence: carried row ids + current confirmation/refinement/conflict
Obligations: ordered acceptance/fix/obligation ids
Entry points: path:line or symbol + role + exact evidence
Affected surfaces: callers/adapters/roles/compatibility/failure paths + evidence
Current behaviour: evidence-backed summary
Reuse and constraints: helper/pattern/decision/invariant/fixture + evidence
Expected writes: ordered path + obligation served + reason
Validation: falsification probe + TDD target + phase gate
Plan assumptions: confirmed items + evidence
Contradictions: none or exact Plan/source conflict
Unknowns: none or exact missing fact + owner + resolution evidence
Decision: READY | REPLAN | NEEDS-DESIGN | BLOCKED
Verdicts
READY requires every field, question, and owned obligation covered, no
material contradiction/unknown, an observed falsification probe, and expected
writes inside phase authority. It also requires every carried planning-evidence
row to be confirmed or narrowly refined.
REPLAN means source disproves Engineering assumptions while Product remains
stable, or Plan-level topology/architecture/obligation/validator evidence is
absent.
NEEDS-DESIGN means Product, acceptance, authority, or architecture intent is
missing or conflicting.
BLOCKED names evidence that cannot currently be obtained.
No other verdict exists.
Routes and upstream owners
A verdict routes, it never repairs. Missing/contradicted Plan-level topology,
architecture, obligations, validators, or assumptions return to
plan-feature/plan-fix plus a fresh review-plan. Product/acceptance/
authority/architecture gaps return to design-feature then review-spec. A
verdict with unavailable evidence is one exact BLOCKED prerequisite. Mapping
does not decide code correctness — candidate review, verification, and audit
authority are unchanged, and a second repair/re-review cycle inherits feature
28's CONVERGENCE-ANOMALY diagnosis.
Source-local findings stay local; Plan/Product defects return upstream. A missing current-unit behaviour entailed by reviewed scope joins the obligation map and routes upstream; it is never a follow-up issue and never calls the forge.
Legacy and manual routes
The portable fallback uses sequential fresh conversations with exact artifact/source bindings. It may not claim a machine receipt or a durable guarantee it cannot produce; it says plainly what was observed and what was not.
Early falsification
Before READY, run the cheapest relevant read-only probe: a focused existing test, current parser/CLI output, public type/schema inspection, symbol callers, or an existing fixture. Record the command/query, the observed result, and the evidence. A failed probe informs REPLAN/NEEDS-DESIGN; unavailable high-risk evidence is BLOCKED, never rewritten as confident evidence. This does not replace TDD or later verification.
No-progress
Conclusion once. Do not re-read or re-search to reconfirm the same conclusion
without a new question, changed source, or insufficient cited evidence. On
repetition, stop with BLOCKED and name what is still missing. Re-read is
allowed only for a changed source revision, a new question, insufficient
evidence, or a contradiction.
Read-only boundary
The mapper reads; it may not write. It creates no forge issue, no committed
map, no planning unit, no schema, no source edit, and no test edit. It emits the
map and reuses SkillOutcome v1. A missing current-unit behaviour entailed by
reviewed scope joins the obligation map and routes upstream; it is not a
follow-up issue. Discovery never calls the forge.
Writer handoff
The writer receives frozen phase authority plus the fixed compact map. It does not receive raw files, repeated summaries, raw planning discovery, raw exploration history, or the authoring conversation unless a cited claim cannot be interpreted without a focused excerpt. The map preserves the phase-relevant planning-evidence ids and their current confirmation. The writer may only touch expected paths / obligations; a newly discovered path or contradiction stops and remaps/routes rather than expanding silently.
Source identity
Source identity is exact pre-map HEAD, proof that tracked/untracked changes
outside the allowed planning paths are absent, an ordered manifest digest of
every cited evidence path/content plus the current phase/receipt bindings, and
an opaque mappingRevisionId created for this mapping event.
Preparation continuity
After READY, deterministic setup may create the branch and commit only the already-reviewed planning paths. Before the first source/test edit the executor proves either HEAD is unchanged or the new commit is a direct descendant whose entire diff is the allowed planning set and whose authority/content digests match. Any other path, parent, receipt, phase, or evidence change invalidates the map and routes again.
Consumption and recovery
READY is single-consumption: the first implementation write consumes it. A crash before the write may resume only after freshness/no-consumption proof. A crash after any partial write remaps current source during recovery. A new map revision plus changed Git causal identity prevents reuse after revert; direct out-of-protocol state manipulation cannot be claimed detectable without runtime history.
Signals
- GitHub stars
- 21
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
implementation-discovery- Source
- github.com/gtrabanco/agentic-workflow