基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tmdgusya/more-loop --skill more-loop-prompt命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| 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.