sillyspec:status
Displays the current progress and status of SillySpec project phases.
Install
mkdir -p .claude/skills/sillyspec-status && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12894" && unzip -o skill.zip -d .claude/skills/sillyspec-status && rm skill.zipInstalls to .claude/skills/sillyspec-status
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
用于查看 SillySpec 当前进度和状态。适合用户说"看下状态、当前进度、status"。显示当前阶段、步骤完成度、活跃变更。Key capabilities
- →View current phase
- →Check step completion
- →Display active changes
- →Summarize all active changes
- →Output status in JSON format
How it works
This skill executes the `sillyspec run status` command, which is a read-only operation to display project progress.
Inputs & outputs
When to use sillyspec:status
- →Checking project status
- →Reviewing roadmap progress
- →Monitoring active task changes
About this skill
何时使用
- 用户说"看下状态、当前进度、status"
- 查看项目整体进度:活跃变更、各阶段状态、步骤完成度
status vs state 分工
/sillyspec:status(本 skill)— 查看项目整体进度(change 文件级别、各阶段状态)。走sillyspec run status阶段。/sillyspec:state— 查看当前工作状态(阶段/步骤级别、下一步建议)。走sillyspec progress show。
两者互补:status 看"有什么",state 看"在做什么"。
多变更说明
status 是辅助阶段。项目有多个活跃变更时,加 --change <变更名> 查看指定变更的详情;不指定时汇总显示所有变更。
步骤生命周期(所有阶段通用)
sillyspec status是sillyspec run status的顶层别名,两者等价。status 是辅助阶段,只读。
sillyspec run status # 输出当前步骤 prompt
sillyspec run status --done --output "摘要" # 完成阶段
sillyspec run status --status # 查看阶段状态
通用参数(所有阶段适用)
| 参数 | 说明 |
|---|---|
--change <名> | 指定变更名(多变更时查看指定变更详情) |
--spec-dir <path> | 指定规范目录(默认 <项目>/.sillyspec) |
--json | 输出 JSON(程序化读取) |
配套的只读查询命令(不经 run)
sillyspec progress show # 当前工作状态(阶段/步骤级)
sillyspec progress show --change <名> # 指定变更详情
sillyspec progress check # 状态一致性检查
铁律
- status 是只读阶段,不修改任何文件
- 必须用 exec 工具(shell)执行 CLI
- 完成后立即
--done,不跳过
用户指令
$ARGUMENTS
When not to use it
- →When the user wants to modify project files
- →When the user needs to see the current working state at a phase/step level
- →When the user needs a suggestion for the next step
Limitations
- →The skill is read-only and does not modify any files
- →It provides a project-level view, not a detailed step-by-step working state
- →It requires the `sillyspec` CLI tool to be executed via shell
How it compares
This skill provides a project-wide overview of changes and phase statuses, whereas manual checks would require inspecting individual files and logs.
Compared to similar skills
sillyspec:status side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| sillyspec:status (this skill) | 0 | 1mo | No flags | Beginner |
| cto-engineering-metrics | 5 | 10mo | No flags | Advanced |
| summarize-activity | 6 | 6mo | Review | Beginner |
| conductor-status | 0 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by q512426816
View all by q512426816 →You might also like
cto-engineering-metrics
rinaldofesta
Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.
summarize-activity
alpinejs
Summarize recent GitHub activity — discussions, PRs, issues, events, traffic — into an actionable report so you can stay on top of the project without reading everything.
conductor-status
sickn33
Display project status, active tracks, and next actions
status
serithemage
Shows project progress, phase completion status, test coverage, and deployment info. Use when checking what has been implemented, what remains, or current operational state.
daily-report
ianphil
Generates a comprehensive daily report covering ADO work items, Teams chats, calendar, email, local mind next-actions, and inbox notes. Run this each morning to get a scannable summary of everything you need to know to start your day. Use when user asks for "daily report", "morning briefing", or "wh
triage-meeting-prep
microsoft
Prepare weekly triage meeting summary for WinAppSDK Needs-Triage issues. Use when preparing for triage meetings, reviewing Needs-Triage issues, generating diff reports since last triage, summarizing new or updated issues, or creating action item recommendations. Triggers on requests involving triage