← Back to Skills Marketplace
harrylabsj

Quest Chain Decomposer

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install quest-chain-decomposer
Description
Break a fuzzy, high-friction goal into a sequenced quest chain with prerequisite nodes, parallel branches, waiting points, Definition of Done, and the first...
Usage Guidance
This skill appears internally consistent and local: it templates and formats plans from user input. If you want extra assurance, inspect the full handler.py (it reads SKILL.md and runs purely local logic), run the included tests in a sandboxed Python environment, and ensure you only provide the goal text (no secrets).
Capability Analysis
Type: OpenClaw Skill Name: quest-chain-decomposer Version: 1.0.0 The quest-chain-decomposer skill is a legitimate tool designed to help users break down complex goals into actionable steps. The Python logic in handler.py is focused entirely on text processing, using hardcoded templates and keyword-based categorization to generate structured markdown plans. There are no indicators of data exfiltration, unauthorized execution, or prompt injection risks, and the code lacks any network or sensitive file system access.
Capability Assessment
Purpose & Capability
The name/description (decompose goals into quest chains) match the code and SKILL.md: handler.py contains templates, category rules, blueprints, and starter actions for organizing goals. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md instructs the agent to produce a markdown plan and the handler implements text parsing and templating. The code reads the local SKILL.md for metadata but does not reference system paths, credentials, or external endpoints. Instructions do not request broad system data or exfiltration.
Install Mechanism
No install spec is provided (instruction-only style), and included code is a local Python handler and tests. There are no downloads, package installs, or archive extracts declared that would write arbitrary code to disk at install time.
Credentials
The skill declares no required environment variables or credentials. The handler uses standard libraries (os, json, re) and only reads its own SKILL.md file; there are no requests for unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill does not appear to modify other skills or system-wide settings. It does not request persistent privileges or autonomous overrides beyond normal agent invocation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quest-chain-decomposer
  3. After installation, invoke the skill by name or use /quest-chain-decomposer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Quest Chain Decomposer v1.0.0 - Initial release of the quest-chain-decomposer skill. - Breaks high-friction goals into sequenced quest chains with dependencies, parallel tasks, and waiting points. - Defines clear "Definition of Done" for each step and avoids unproductive cycles. - Includes reroute rules for common blockers and suggests a concrete first action. - Output includes a quest map, explicit deliverable, and starter trio for immediate progress.
Metadata
Slug quest-chain-decomposer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Quest Chain Decomposer?

Break a fuzzy, high-friction goal into a sequenced quest chain with prerequisite nodes, parallel branches, waiting points, Definition of Done, and the first... It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Quest Chain Decomposer?

Run "/install quest-chain-decomposer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quest Chain Decomposer free?

Yes, Quest Chain Decomposer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Quest Chain Decomposer support?

Quest Chain Decomposer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quest Chain Decomposer?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments