Workflow
Frame a task with explicit scope, proof, and next step before execution starts.From its SKILL.md
npx -y skills add nevitonsantana/adaptive-skills --skill workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 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
2.0 KB, 396 tokens by cl100k_base, as published. Nobody here has run it
Overview
Use this skill to start non-trivial work without relying on hidden thread memory. It creates a lightweight operational frame before action.
When to Use
- starting a non-trivial task
- returning from a handoff or compaction
- work that can sprawl across multiple files or decisions
When NOT to Use
- tiny mechanical edits with obvious scope
- tasks already covered by a fresh detailed plan
Core Moves
- State the goal in one sentence.
- Define what is in scope right now and what is not.
- Read only the minimum context needed to act safely.
- Declare the minimum proof before making meaningful changes.
Optional Modules
- Scope guard — Add an explicit in/out list when the work has a high risk of expansion.
- Plan snapshot — Write a short plan when there are multiple steps or decision points.
- Handoff reset — Summarize the current state when picking work back up after a pause.
Activation Triggers
- Use the scope guard if the task crosses more than one subsystem.
- Use the plan snapshot if success depends on ordered steps.
- Use the handoff reset if the context is fragmented or stale.
Expected Output
- clear goal
- explicit immediate scope
- minimum proof statement
- next operational step
Verification
- The task can be explained in one sentence.
- There is a visible boundary around the immediate work.
- The proof is proportionate to the change.
Handoff Signals
- The work crosses ownership or domain boundaries.
- A different specialist is needed to continue safely.
- The next step requires a different operating context.
Pairs Well With
feature-planningtestingtriad-check
Anti-patterns
- Starting implementation before naming scope.
- Loading large amounts of context instead of framing the task.
- Treating momentum as proof of clarity.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.