원클릭으로
pacto-status
Agent contract for the Pacto status workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Agent contract for the Pacto status 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-status |
| description | Agent contract for the Pacto status workflow. |
Use this skill as an agent contract for the status workflow in Pacto projects.
Report plan status, blockers, freshness, and optional path verification.
Use when you need a consolidated metadata-first status report for plans. Add --verify only when explicit file path claims need repo verification. Use --mode strict to surface Requirement/Scenario grammar issues before authoring fixes.
--root <path> to pin project root used for .pacto/plans discovery.--repo-root <path> to pin optional path verification root.--format table|json, --verify, --fail-on, --state, --include-archive.--mode compat|strict, --config, --max-next-actions, --max-blockers, --verbose.table or json report with state summary, freshness, blockers, and next actions.--verify is enabled, augments output with explicit file path claim verification results.--fail-on policy for CI automation.tasks=N evidence=M, and Requirements with zero R-NNN references in tasks.md are flagged [uncovered]. JSON output adds a requirements[] array per plan with id, name, tasks, evidence, uncovered fields.--format json.--verify when path verification is intentionally required.--mode strict reports requirement_missing_scenario, requirements_grammar, or capability_grammar issues, treat them as authoring bugs in the plan's spec.md. Open the file and add the missing #### Scenario: block, fix the heading level, or correct the delta op header rather than ignoring the warning.[uncovered], add at least one task in tasks.md that references the Requirement ID (e.g. - [ ] 2.3 implement R-014 sign-out flow). Optionally add an Evidence line under ## Evidence referencing the same ID once verified.--verify is omitted by design.--root and --repo-root when auto-discovery fails. For Requirement coverage gaps, edit the plan's tasks.md and spec.md directly — never write to .pacto/specs/ manually; that baseline is maintained exclusively by pacto move ... done.