一键导入
more-loop-prompt
Create a prompt.md spec file for use with the more-loop iterative development script
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a prompt.md spec file for use with the more-loop iterative development script
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.