Cold-start project context for orchestrator or human. Use when user says resume, продолж, where were we, cold start, /lane-stack:resume-project, or starting a new orchestrator session on an existing repo. Slash /lane-stack:resume-project runs the CLI. Info card only when args are exactly info.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add VKirill/claude-lane-stack --skill resume-project --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Resume Project?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vkirill-resume-project)More formats (shields.io, HTML) on the badges page.
---
name: resume-project
description: Cold-start project context for orchestrator or human. Use when user says resume, продолж, where were we, cold start, /lane-stack:resume-project, or starting a new orchestrator session on an existing repo. Slash /lane-stack:resume-project runs the CLI. Info card only when args are exactly info.
argument-hint: "[path|--compact|info]"
user-invocable: false
---
# Resume project
Default: **run**. Info card only if `$ARGUMENTS` is exactly `info`.
## MUST
1. Run (prefer compact day brief):
```bash
export PATH="$HOME/.agents/bin:$PATH"
resume-project "$(pwd)" --compact
```
This regenerates `.agents/HANDOFF.json` + `HANDOFF.md` and prints them first.
2. Synthesize in RU (short) **from HANDOFF**, not from raw BOARD dump:
- **Now**
- **Blocked** + `next_act` (e.g. `fix_contract` — do **not** re-dispatch writer)
- **Next** typed acts only
- Profile: `main_write` + workspace mode
3. Day policy reminder: write → L1 verify → accept → merge. **No daytime LLM review.**
Night-shift owns review/fix.
4. If stalled tasks: re-dispatch or mark blocked — do not ignore.
For schema v2, never mutate task YAML after first start.
5. Do **not** dump full files into chat — point paths. Full archaeology only if needed:
`resume-project . --full`
## MAY
- `mcp__agentmemory__memory_smart_search` for prior decisions
- `night-audit` if user asks overnight review
- `handoff-write .` alone to refresh without full resume
## NEVER
- Ask human to merge branches
- Start coding as PM
- Blind retry when `next_act` is `fix_contract` (missing check.py, lane mismatch)
## Info (only when `$ARGUMENTS` is `info`)
Print the block below **verbatim** (Russian), then **stop**. Do not run resume-project.
```text
resume-project — холодный старт («где мы»)
Когда
- Новая сессия оркестратора на живом репо.
- «где мы / продолж / resume / handoff».
- Не для туду и не для нового онбординга.
Как открыть шпаргалку
- /lane-stack:resume-project info
- каталог: /lane-stack:info
Запуск
- /lane-stack:resume-project
- /resume-project
- CLI: ~/.agents/bin/resume-project "$(pwd)" --compact
Что ответить (из HANDOFF, коротко по-русски)
- Now
- Blocked + next_act (fix_contract → не респавнить writer)
- Next — только типизированные акты
- Profile: main_write + workspace
Нельзя
- просить человека мержить
- кодить как PM
- слепой retry при next_act=fix_contract
- вываливать сырой BOARD в чат
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!