ワンクリックで
chunk-complete
Update code references in the current chunk and move both the PLAN.md and the GOAL.md to the ACTIVE state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update code references in the current chunk and move both the PLAN.md and the GOAL.md to the ACTIVE state.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | chunk-complete |
| description | Update code references in the current chunk and move both the PLAN.md and the GOAL.md to the ACTIVE state. |
Determine the currently active chunk by running ve chunk list --current. We
will refer to the directory returned by this command below as
Identify where in the code the /GOAL.md is implemented. The code_paths field of this file's metadata and the /PLAN.md file in the chunk directory can help guide your search and git diff may provide clues but may be more or less than the true scope of the code involved in the change.
Record these locations in the code_references field using symbolic references:
{file_path}#{symbol_path} where symbol_path uses :: for nestingsrc/chunks.py#Chunks - reference to a classsrc/chunks.py#Chunks::create_chunk - reference to a methodsrc/ve.py#validate_short_name - reference to a standalone functionsrc/models.py - reference to an entire module (no symbol)Each reference should include:
ref: The symbolic reference stringimplements: Description of what requirement/goal this code implementsExample code_references:
code_references:
- ref: src/chunks.py#Chunks::validate_chunk_complete
implements: "Chunk completion validation logic"
- ref: src/symbols.py#extract_symbols
implements: "Python AST-based symbol extraction"
When we mark a goal as historical, we are saying that there is so much semantic drift between what the document set out to achieve and what the code base does now, that the document is now only valuable as a historic reference point. If it appears that the goal is not represented in the code, STOP AND NOTIFY THE OPERATOR. It is likely that this chunk cannot be completed because it is not reflected in the code yet.
The chunk directory short name (e.g., ordering_audit_seqnums from
docs/chunks/ordering_audit_seqnums) is the <chunk_id> used by CLI commands below.
Run ve chunk validate <chunk_id> to verify that the metadata syntax for the
GOAL.md file is correct
Run ve chunk overlap <chunk_id> to find the previous chunks whose
references and validity may have been impacted by this chunk's changes.
In parallel sub-agents run /chunk-resolve-references for each of the returned directories.
Report to the operator on updates made to previous chunk metadata or chunks that need to be investigated for continuing applicability.
Run ve subsystem overlap <chunk_id> to find subsystems whose code references
overlap with this chunk's changes.
For each overlapping subsystem returned in step 8: a. Read the subsystem's OVERVIEW.md to understand its intent, invariants, and scope b. Analyze whether the chunk's changes are semantic (affecting behavior/contracts) or non-semantic (refactoring, comments, formatting) c. If non-semantic: no further action needed for this subsystem d. If semantic: apply status-based behavior:
Report subsystem analysis results to operator with concrete next-step recommendations based on each overlapping subsystem's status. For semantic changes, always get operator confirmation before expanding scope or updating subsystem documentation.
Retrospective framing rewrite. Re-read the chunk's GOAL.md and detect
retrospective framing tells: Currently,, was, we added, this chunk fixes,
this chunk adds, the fix:, will change to. Rewrite offending passages into
present-tense descriptions of how the system works, using the implemented code as
the source of truth. Reference: docs/trunk/CHUNKS.md principle 3.
we added X
to X exists; replacing Currently the system does Y, we'll change it to Z
with The system does Z because...).Apply the intent test. Apply the intent test from docs/trunk/CHUNKS.md principle 2: "Does this code need to remember why it exists?"
HISTORICAL deletion prompt. When you decide HISTORICAL, prompt the operator:
"This chunk has no ongoing intent to remember — its job was to coordinate execution. Consider deleting it. The work is preserved in git; the chunk no longer earns its keep in
docs/chunks/."
After determining the correct status, update the chunk's GOAL.md:
Check for friction entries being resolved. Read the chunk's GOAL.md
frontmatter and check if it has a friction_entries field with any entries.
If friction entries are present:
a. For each friction entry referenced, display the entry ID and its scope (full or partial) to the operator.
b. Report the friction resolution status:
scope: full entries: These are now fully RESOLVED since the chunk
has transitioned to ACTIVE status. The derived status in FRICTION.md
will automatically reflect this.scope: partial entries: Inform the operator that this friction
entry has been partially addressed. Additional chunks may be needed
to fully resolve it. The entry remains ADDRESSED (not RESOLVED) until
all partial chunks are completed.c. Summary message example:
Friction resolution summary:
- F001 (full scope): Now RESOLVED
- F003 (partial scope): ADDRESSED - additional work may be needed
Note: No file updates are required here. Friction entry status is derived
from the proposed_chunks in FRICTION.md and chunk status. Since this chunk
is now ACTIVE, entries with scope: full will automatically compute as
RESOLVED when querying ve friction list.
Collaboratively refine a high-level ambition into a set of chunk prompts.
Migrate the project's ACTIVE chunks to the present-tense, intent-owning standard. Audits each chunk's goal against the code it claims to govern; rewrites retrospective framing inline; logs over-claims that need operator triage; historicalizes chunks with no enduring intent. Designed for full-corpus migrations — fans out across many parallel sub-agents at 5 chunks per agent.
Create a new chunk of work and refine its goal. Use when the operator wants to start new intent-bearing work, chunk something, define a piece of work, or break work into a chunk.
Wake an entity by loading its identity, memories, and operational context
Set up a project steward via interactive interview
Run the sleep cycle for an entity — extract memories and consolidate