context-packet-fastpath
Use to prepare a minimal context packet for a delegated subtask or to consume a frozen packet without re-reading unrelated files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use to prepare a minimal context packet for a delegated subtask or to consume a frozen packet without re-reading unrelated files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when an agent needs the shared best-copilot contract for source priority, runtime adapters, init gates, work modes, dispatch packets, review, verification, memory, spec, state persistence, or closeout.
Use inside repo-init-scan after the official stage whenever scaffold verification, bounded repair, or `best-copilot.md` rewrite is still needed.
Use when coordinating large, ambiguous, cross-module, multi-agent, planning, dispatch, fan-in, closeout, or workflow-evolution work as the Senior Project Expert.
Use when maintaining requirements, design, tasks, ADRs, execution-plan state, closeout records, or memory/spec recovery as the Specification Writer.
Use when an approved tasks.md from a Spec Bundle, or a compact approved small-work plan, should be executed by fresh-context specialist subagents, with each task receiving implementation, spec-compliance review, code-quality review, and verification before closure. DO NOT USE FOR: missing plans, brainstorming, or simple single-file edits.
Create the target repository's local spec skeleton and reusable requirements/design/tasks templates. Use from repo-init-scan during first substantial plugin use, or from spec-writing flows when `spec/INDEX.md` or `spec/templates` is missing. Do not overwrite active project specs.
| name | context-packet-fastpath |
| description | Use to prepare a minimal context packet for a delegated subtask or to consume a frozen packet without re-reading unrelated files. |
Uses the six-block PM dispatch packet from core-workflow-contract. This skill lists all fields grouped by block for quick reference.
goal, user_provided_paths, user_intent_summary, expected_outcome, task_type (implementation | design_review | verification | fix | spec), work_mode (micro | standard | full)
scope, non_goals, files_involved, changed_files, priority_files, already_read_files, dependencies, owner_lane, reviewer_lanes, write_set, parallel_group, review_package_ref, diff_ref, task_brief_ref, acceptance_ref, context_shards
authoritative_repo_facts, source_provenance_refs, reference_files
assumptions, tradeoffs, simpler_option_considered, constraints, acceptance_checks, verification_budget, search_hints, context_budget (max files/shards before returning for scope widening), model_policy, model_cost_boundary, cost_boundary, reviewer_input_boundary, reviewer_permission_boundary, final_independent_review, stop_conditions, forbidden_approaches, read_before_write_targets
review_followup_scope, previously_verified_items, review_lanes, ready_artifacts (files, commands, screenshots, review outputs already produced)
required_artifacts, recommended_next_stage, dispatch_reason, retrieval_provenance, memory_refs, spec_refs
Use artifact_refs when evidence is shared across lanes instead of copying the content into each prompt:
artifact_ref:
kind: diff | context | verification | review | search_result | state_update | metric | evolution
path_or_command:
producer:
scope:
freshness_or_base_head:
summary:
recovery_note:
sensitive_data_checked: yes | no | n/a
Delegates read artifact refs first and reopen search only when refs are stale, incomplete, contradicted, or outside context_budget.
Track lightweight metrics when practical: files_read, broad_searches, context_budget_used, artifact_reuse_count, and escalation_reason. These are optimization signals only; do not hide raw failure evidence, verification output, or residual risk to make numbers look better.
micro or standard packets when the file set and acceptance checks are already clear.review_package_ref, diff_ref, task_brief_ref, acceptance_ref, context_shards) over pasting large diffs, logs, specs, screenshots, or repeated context into multiple agents.task_type, user_intent_summary, review_followup_scope, previously_verified_items, ready_artifacts, file-backed refs, required_artifacts, and recommended_next_stage before reopening search.context_budget and return NEEDS_CONTEXT instead of broad-scanning.authoritative_repo_facts and source_provenance_refs as fixed context unless the packet says they are provisional.core-workflow-contract.