원클릭으로
kf-status
Display project status, active tracks, and next actions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Display project status, active tracks, and next actions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Kiloforge CLI tools reference and shared documentation hub. Lists available tools, provides runtime environment info, and hosts reference docs used by other kf-* skills.
Receive a track ID, validate it is an active unclaimed track, then implement it following the kiloforge workflow.
Product strategy advisor: research the codebase and competitive landscape to provide product design, branding, feature prioritization, and competitive analysis advice. Produces actionable reports to .agent/kf/_reports/product-advisor/ designed for handoff to /kf-architect.
Project architect: research the codebase and distill feature requests into well-scoped kiloforge tracks with specs and implementation plans. Splits large work into multiple tracks (including BE/FE splits). Merges track artifacts to the primary branch so developer workers can claim them.
Resolve git merge conflicts during push or pull sync operations. Fetches remote changes, merges, resolves conflicts (or escalates), and completes the sync.
Interactive project bootstrapper with platform-aware defaults. Guides users through project creation decisions, generates a blueprint, scaffolds the project, and invokes kf-setup with pre-populated answers.
| name | kf-status |
| description | Display project status, active tracks, and next actions |
| metadata | {"argument-hint":"[--ref <branch>] [--spec]"} |
Display the current status of the Kiloforge project, including overall progress, active tracks, and next actions.
--spec)/kf-architect or /kf-developer)/kf-setup first)--spec flagIf the user provided --spec (or asks about the spec/specification), run the spec-only view:
~/.kf/bin/kf-status.py --spec
This shows the full product specification overview: all items grouped by type (product vs technical), their status, priority, and fulfillment progress (how many tracks are linked and completed). Present the output and skip to Step 2 for assessment.
If --spec was NOT provided, run the full status:
~/.kf/bin/kf-status.py
This combines in one output:
The script output is factual. After presenting it, add brief assessment:
/kf-architect to create new work/kf-bulk-archiveFor a specific track, use:
~/.kf/bin/kf-track.py show {trackId}
~/.kf/bin/kf-track-content.py progress {trackId}
If kf-status fails:
ERROR: Kiloforge not initialized.
Run /kf-setup to initialize Kiloforge for this project.
If the output shows 0 total tracks:
Kiloforge is set up but no tracks have been created yet.
Run /kf-architect to create tracks from a feature request.