在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用pacto-new
星标2
分支0
更新时间2026年4月30日 10:36
Agent contract for the Pacto new workflow.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Agent contract for the Pacto new workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent contract for the Pacto doctor workflow.
Agent contract for the Pacto exec workflow.
Agent contract for the Pacto explore workflow.
Agent contract for the Pacto init workflow.
Agent contract for the Pacto install workflow.
Agent contract for the Pacto move workflow.
| name | pacto-new |
| description | Agent contract for the Pacto new workflow. |
Use this skill as an agent contract for the new workflow in Pacto projects.
Create a new plan scaffold.
Use when a new plan slice must be created in one of the canonical states.
<state> in current|to-implement|done|outdated.<slug> matching [a-z0-9][a-z0-9-]*.--title, --owner for richer metadata.--root <path> for explicit plan root.--allow-minimal-root to bootstrap missing root files.<state>/<slug>/README.md, spec.md, design.md, and tasks.md.spec.md ships with placeholder ## Capabilities and ## Requirements sections — replace with the real Capabilities/Requirements before implementation begins.pacto status output for the target state.### Requirement: <name> blocks (each with at least one nested #### Scenario: <name> containing - WHEN ... / - THEN ...). Use The system SHALL <behaviour>. phrasing (or El sistema DEBE ... in Spanish).## Capabilities (- New Capabilities: [slug, ...], - Modified Capabilities: [slug, ...]). For new capabilities, add a ## Capability: <slug> block with ### ADDED Requirements. For modifications, use ### MODIFIED|REMOVED|RENAMED Requirements (RENAMED needs - to: <new name> in the body).pacto status --mode strict after editing to surface requirement_missing_scenario, requirements_grammar, or capability_grammar issues; fix them before moving the plan to current.--root or --allow-minimal-root when appropriate. If Requirement/Scenario authoring is unclear, leave the placeholders in place and capture the open question under ## Open Questions rather than inventing structure.