AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Sequential Thinking

skill-giang6283623-minimal-vibe-coding-kit-sequential-thinking · by giang6283623

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.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-giang6283623-minimal-vibe-coding-kit-sequential-thinking

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-giang6283623-minimal-vibe-coding-kit-sequential-thinking)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sequential Thinking? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.