一键导入
start-right-quick
Quick grounding at session start. Read directives, memory, check practice box, apply session priority order, then discuss with user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick grounding at session start. Read directives, memory, check practice box, apply session priority order, then discuss with user.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a well-formed commit for current changes with conventional message format.
Post-work consolidation: extract docs from plans, rotate napkin, check fitness, check practice box.
Canonical homing method for moving durable content out of ephemeral surfaces.
Run quality gates and fix all issues. All failures are blocking.
Re-ground and structure execution with ACTION/REVIEW/GROUNDING cadence.
Reflective thinking — read and apply the metacognition directive.
| name | start-right-quick |
| classification | active |
| description | Quick grounding at session start. Read directives, memory, check practice box, apply session priority order, then discuss with user. |
Session entry point. Ground yourself before starting work.
Read and internalise before proceeding:
| Document | Purpose |
|---|---|
.agent/directives/AGENT.md | Operational entry point, project context |
.agent/directives/principles.md | Authoritative rules |
.agent/directives/testing-strategy.md | TDD expectations and test types |
.agent/directives/orientation.md | Layering and authority order |
.agent/directives/metacognition.md | Reflective thinking before planning |
Read the three memory planes:
.agent/memory/README.md — memory contract and authority order.agent/memory/active/distilled.md (if exists) — curated high-signal patterns.agent/memory/active/napkin.md (if exists) — recent session context.agent/memory/operational/repo-continuity.md (if exists) — continuity state.agent/plans/high-level-plan.md — strategic cross-collection contextBefore starting work, ask yourself:
Check .agent/practice-core/incoming/ for incoming Practice Core files.
If files are present, alert the user — integration should happen via
the consolidation command.
If .agent/practice-context/incoming/ exists, note its contents for
the user.
Before choosing a lane, apply this order:
current/README.md to determine whether a
live active tranche exists.current/README.md and identify whether
the session is bug-fix, unfinished completion, or genuinely new workresearch/,
analysis/, reports/, reference/, or docs/explorations/ surfaceAll quality gates are blocking. The gate sequence for this repo:
format -> typecheck -> lint -> markdownlint -> codespell -> import-linter -> dependency-hygiene -> pip-audit -> repo-audit -> build -> test -> coverage
Non-mutating gate entry point:
uv run python -m oaknational.python_repo_template.devtools check-ci
Local fix-and-verify aggregate:
uv run python -m oaknational.python_repo_template.devtools check