Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
more-loop-prompt
// Create a prompt.md spec file for use with the more-loop iterative development script
$ git log --oneline --stat
stars:0
forks:0
updated:2026年2月8日 12:17
SKILL.md
// Create a prompt.md spec file for use with the more-loop iterative development script
Create a comprehensive Test Guide using the Oracle Test-First Architect methodology before implementation
Create a verification file (shell script or markdown checklist) for use with the more-loop iterative development script
| name | more-loop-prompt |
| description | Create a prompt.md spec file for use with the more-loop iterative development script |
| disable-model-invocation | true |
| argument-hint | [run-name] |
| allowed-tools | Read, Write, Glob, Grep, AskUserQuestion |
You are helping the user create a prompt.md spec file for use with more-loop, an iterative development script that wraps the claude CLI.
acceptance.md — checklist of acceptance criteria (definition of done)tasks.md — checklist of atomic implementation stepsclaude -p process with no shared context — the prompt file is the only source of truth for intentA good prompt file should be self-contained and include:
It should NOT include:
$ARGUMENTS was provided, use it as the topic name.# <Title>
## Overview
<1-3 sentences: what to build and why>
## Context
<Relevant codebase info, tech stack, existing patterns>
## Requirements
<Bulleted list of specific, testable requirements>
## Constraints
<Language, framework, style, performance, compatibility>
## Out of Scope
<What NOT to do>
## Examples
<Sample inputs/outputs, API shapes, UI mockups — if applicable>
Files are organized under .more-loop/runs/<run-name>/:
$ARGUMENTS if provided (as a slug, e.g., web-dashboard). Otherwise, derive a short kebab-case slug from the topic the user described (e.g., "Add auth system" → auth-system)..more-loop/runs/<run-name>/.more-loop/runs/<run-name>/prompt.mdIf $ARGUMENTS looks like an explicit file path (contains / or ends in .md), respect it as-is instead of using the directory convention.