# Sequential Thinking

> Evidence-led step-by-step reasoning for complex coding tasks. Use to decompose work, revise assumptions, compare alternatives, verify hypotheses, and choose the next safe action without exposing private chain-of-thought.

- **Type:** Skill
- **Install:** `agentstack add skill-giang6283623-minimal-vibe-coding-kit-sequential-thinking`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [giang6283623](https://agentstack.voostack.com/s/giang6283623)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [giang6283623](https://github.com/giang6283623)
- **Source:** https://github.com/giang6283623/minimal-vibe-coding-kit/tree/main/.claude/skills/sequential-thinking

## Install

```sh
agentstack add skill-giang6283623-minimal-vibe-coding-kit-sequential-thinking
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Sequential Thinking

Use Sequential Thinking when the path is uncertain and decisions must stay connected to observable evidence. It is a reasoning method, not a stateful runtime or hidden-history service.

## Best Use

Use this skill for:

- multi-file implementation planning;
- debugging with uncertain root cause;
- refactors with several dependency paths;
- requirement decomposition;
- comparing materially different approaches;
- revising a plan after code, tests, or user feedback changes the facts.

## Public Reasoning Contract

- Keep private chain-of-thought private.
- Expose only concise checkpoints: claim or decision, observed evidence, owned uncertainty, and next action.
- Never promise automatic persistence, hidden session memory, counters, schema validation, or branch tracking. The agent maintains only the context available on its current surface.
- Never place secret values, credentials, private user data, or unredacted logs in a checkpoint.

## Application Modes

- **Implicit (default):** apply the workflow internally and return the useful conclusion, evidence, and next action.
- **Explicit:** use public numbered checkpoints only when the user explicitly asks for a visible breakdown. Complexity alone does not authorize more detailed reasoning.
- **JSON:** use only when the user explicitly requests JSON; follow references/output-schema.md.

## Inputs

A natural-language task is sufficient:

~~~text
Trace why the package dry-run omits a registered skill.
Compare a central manifest with per-surface registries.
Plan a safe installer-scope repair.
~~~

Optional hints such as mode, output format, estimated total, revision target, or branch ID shape presentation only. They do not invoke an external processor. See references/parameters.md.

## Marker Vocabulary

Explicit mode uses this closed marker set:

~~~text
Thought 2/5: 
Thought 4/6 [REVISION of Thought 1]: 
Thought 5/7 [BRANCH manifest from Thought 2]: 
Thought 6/8 [HYPOTHESIS]: 
Thought 7/8 [VERIFICATION]: 
Thought 8/9 [CONVERGENCE]: 
Thought 8/9 [META]: 
Thought 9/9 [FINAL]: 
~~~

No other bracketed reasoning marker is valid.

## Numbering And Dynamic Depth

- Public checkpoint numbers increase monotonically; never reuse a number for parallel branches.
- The total is an estimate, not a promise.
- Expand when new dependencies or verification work appear.
- Contract when evidence removes work, but never below the current checkpoint number.
- When revising a foundation, explicitly reassess every later checkpoint that depended on it.
- Limit open branches to two or three, then converge before opening another.

## Workflow

1. Frame the decision and its completion criteria.
2. Gather the smallest relevant evidence before proposing a change.
3. Split work into independently verifiable checkpoints.
4. Mark unknowns and assign each a resolution method.
5. Use branches only when alternatives change the implementation materially.
6. For debugging, alternate HYPOTHESIS and VERIFICATION until observed output confirms or refutes the cause.
7. After a revision, identify downstream conclusions that remain valid, need adjustment, or must be discarded.
8. Mark FINAL only when completion criteria are met, critical uncertainty is owned, and the next action is concrete.

## Debugging Loop

~~~text
[HYPOTHESIS] A mirror is stale because the canonical file was not distributed.
[VERIFICATION] Compare hashes across all declared surfaces.
[REVISION] Hashes match; the missing manifest entry is the actual cause.
[VERIFICATION] Add the entry in a sandbox and rerun validation.
[FINAL] Keep the change only when the targeted check and full validation pass.
~~~

A failed verification is useful evidence. Revise the hypothesis; do not reinterpret the result to preserve it.

## Default Coding Output

~~~markdown
## Reasoning Summary

Current focus: 
Evidence:
- 
- 
Uncertainty:
- 
Decision: 
Next action: 
Validation: 
~~~

## References And Examples

Load only what the task needs:

- references/parameters.md: invocation hints and marker semantics.
- references/output-schema.md: safe public Markdown and JSON shapes.
- references/patterns.md: core evidence-led patterns.
- references/advanced-techniques.md: advanced kit-native cases.
- examples/linear-reasoning.md: ordered package-integrity investigation.
- examples/revision-pattern.md: evidence-driven correction.
- examples/branching-exploration.md: registry-design convergence.
- examples/adaptive-depth.md: installer-scope expansion and contraction.

## Guardrails

- Do not jump from a broad request straight to code.
- Do not expose private chain-of-thought or manufacture hidden reasoning history.
- Do not invent runtime behavior, persistent state, test output, or verification evidence.
- Do not conclude with an unverified hypothesis or an unconverged branch.
- Do not use more checkpoints than the decision needs.
- Stop when the result is actionable and validation is clear.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [giang6283623](https://github.com/giang6283623)
- **Source:** [giang6283623/minimal-vibe-coding-kit](https://github.com/giang6283623/minimal-vibe-coding-kit)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-giang6283623-minimal-vibe-coding-kit-sequential-thinking
- Seller: https://agentstack.voostack.com/s/giang6283623
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
