Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:162
forks:2
updated:16. Mai 2026 um 05:28
SKILL.md
Structured review of a diff against a ticket's acceptance criteria.
Write a final report.md summarizing run results.
TDD implementation with AI code-review loop for a single ticket.
Deterministic product acceptance review against parsed PRD constraints.
Decompose a Python web PRD into implementation tickets that preserve one FastAPI app.
Create Jira Epic + Stories for a list of planned tasks.
| name | plan-tasks |
| description | Decompose structured PRD into atomic implementation tickets. |
| allowed-tools | [] |
| required-mcps | [] |
| inputs | {"structured_prd":{"type":"object","required":true}} |
| outputs | {"tasks":{"type":"array"}} |
| llm | {"max_iterations":5,"temperature":0.2,"max_tokens":12000} |
| policies | {"cache":true,"max_tasks":8} |
Turn a structured PRD into a small list of implementation batches.
structured_prd (object, required): output of parse-prd.expected_paths: a conservative list of file globs the
task is expected to own, such as ["src/**", "tests/**"]. Keep it narrow
enough to catch unrelated edits, but broad enough for normal implementation
and tests.package.json, index.html, vite.config.*, and
tsconfig*.json along with src/** and test paths.structured_prd.up <-> down and left <-> right are illegal immediate reversals. Test
legal mobile turns from a non-opposite current direction instead of expecting
an immediate opposite turn to succeed.delivery_profile yourself. The runtime injects the
authoritative structured_prd.delivery_profile into every task after
planning.trace_id for tasks that omit it. If you provide a
trace_id, keep it stable and unique within this plan.Reply with a single JSON object.
tasks (object[]): {id, trace_id?: string, title, description, acceptance_criteria: string[], expected_paths: string[], depends_on: string[], delivery_profile?: object}