agentsclimarketplace

Resume engagement

Skill cynco-labs/ai-accounting-skills/accounting-engagement/skills/resume-engagement

Resume from engagement_state.json. Use when continue client, pick up books, or where we left off.From its SKILL.md

Install
npx -y skills add cynco-labs/ai-accounting-skills --skill resume-engagement

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 393 tokens by cl100k_base, as published. Nobody here has run it

/resume-engagement

Purpose

Make multi-session work safe. Disk is truth.

Workflow

  1. Find engagement_state.json:
  • cwd, or
  • cwd/clients/*/engagement_state.json, or
  • path user provides, or
  • fixtures path if testing
  1. Load state + shared/agent-runtime.md + shared/operator-lens.md + references/stage_artifacts.md
  2. If operator missing → resolve once and write it (do not re-ask if inferable)
  3. Verify artifacts listed in state.artifacts still exist
  4. Run python3 scripts/validate_engagement_artifacts.py <client_dir> if workpapers present
  5. Print status board:
## Resume — [legal_name] · [operator] · [engagement_type] · period [fy / on-disk]
- Stage: [current_stage] ([status])
- Completed: [stages_completed]
- Blockers: [blockers or none]
- Open queries: [n]
- Next: [concrete next skill/action]
  1. If status == blocked → work the blocker first
  2. If status == waiting_on_user and open_queries non-empty → re-issue unanswered asks via structured user-question tool (shared/user-questions.md) — do not only re-print queries.md
  3. Else continue from current_stage by loading that stage’s SKILL.md
  4. Do not restart the pipeline from setup unless user says so

If no state file

Say so clearly. Offer:

  • engagement-setup for a new client
  • full-engagement-pipeline if they dumped files

Completion

Done when: state loaded, one-line status shown, next stage skill identified (or blockers listed).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.