← ClaudeAtlas

continuing-project-worklisted

Reconstructs real project state from git and repo evidence, classifies what kind of continuation is being asked for, and routes to the one downstream workflow that actually matches — when the user says things like "continue where we left off", "continue the agenda module", "resume the superadmin work", "continue the PR", or "continue the sanitization". Use whenever a request refers to prior or ongoing work without restating what it is.
JavierQuinan/ai-dev-team-marketplace · ★ 0 · AI & Automation · score 75
Install: claude install-skill JavierQuinan/ai-dev-team-marketplace
# Continuing project work Reconstruct project state from verifiable evidence, then resume the implied work through the one workflow skill that actually matches. Never rely on conversational memory alone — code and git are authoritative. See [references/context-recovery.md](../../references/context-recovery.md) for the full priority order and rules this skill follows, and [enforcing-safety-baseline](../enforcing-safety-baseline/SKILL.md) for the evidence and confirmation policy shared by every skill in this plugin. ## When to activate - The user references prior work without fully describing it ("continúa el superadmin", "sigue con el frontend", "continúa desde el último PR"). - The user says only "continue" / "continúa" with no further detail. - A session is resuming after a compaction or a new session opens in a repo with uncommitted or recent work. ## Workflow Order matters and does not collapse, even for a read-only continuation: **discover → recover state → classify the continuation → checkpoint → select one primary downstream workflow → continue/handoff → verify.** The checkpoint always comes before routing to a downstream workflow, not just before mutation — never invoke a downstream skill "just to see" before the checkpoint has been presented, even one that might turn out to do nothing. 1. **Discover the request's scope.** Identify what the user pointed at (a module name, "the frontend", "the last PR", "el saneamiento", or nothing specific). If nothing specific,