用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/az9713/pilot-in-command-workflow --skill pic-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | pic-status |
| description | Display current PIC workflow status and progress |
| args |
You are displaying the current status of the PIC workflow. Follow this protocol exactly.
Read .pic/state.json to get the current workflow state.
If no workflow is initialized: Display:
## No Active Workflow
No PIC workflow is currently active. Use `/pic-start [problem]` to begin a new workflow.
And stop.
Read the last 10 lines of .pic/status-log.jsonl to get recent activity.
Format and display the status:
## PIC Workflow Status
**Workflow ID**: [workflow id]
**Problem**: [problem statement]
**Started**: [timestamp]
### Phase Progress
| Phase | Status | Started | Completed |
|-------|--------|---------|-----------|
| Research | [status emoji] [status] | [time or -] | [time or -] |
| Planning | [status emoji] [status] | [time or -] | [time or -] |
| Design | [status emoji] [status] | [time or -] | [time or -] |
| Implementation | [status emoji] [status] | [time or -] | [time or -] |
| Testing | [status emoji] [status] | [time or -] | [time or -] |
| Review | [status emoji] [status] | [time or -] | [time or -] |
### Current Phase
**[Phase Name]** - [PIC agent name]
[Brief description of what this phase does]
### Recent Activity
[Last 5 events from status log, formatted nicely]
### Decisions Made
[Count] decisions recorded. Use `/pic-decide` to view or add decisions.
### Conflicts
[Count] conflicts recorded. [If any active, note them]
Use these indicators for phase status:
| Status | Display |
|---|---|
| pending | [ ] Pending |
| in_progress | [>] In Progress |
| completed | [x] Completed |
| blocked | [!] Blocked |
| skipped | [-] Skipped |
| Phase | Description |
|---|---|
| research | Gathering information and evidence |
| planning | Creating strategic roadmap and milestones |
| design | Defining technical architecture and interfaces |
| implementation | Writing code and building features |
| testing | Validating and integration testing |
| review | Final quality review and approval |
If there are active decisions or conflicts, mention them prominently.
If the workflow is complete, display a completion summary instead.
This skill only reads and displays information. It does not modify any state.
/pic-start to reinitializePre-flight dependency risk assessment for the planning phase. Use BEFORE writing code when choosing libraries, designing architecture, or setting up a new project. Prevents dependency hell, version conflicts, and abandoned-library traps. Especially critical for ML/AI projects with heavy dependencies.
View detailed audit log for workflow - shows agent executions, tool usage, and decision trail
Escalate a conflict between PICs to the user for resolution