philotic-slice-closeout

Verify build, test, and smoke status, then update docs and dispositions.

2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/likesjx/philotic-stack --skill philotic-slice-closeout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: philotic-slice-closeout
Source: https://github.com/likesjx/philotic-stack/tree/main/skills/philotic-slice-closeout
Command: npx skills add https://github.com/likesjx/philotic-stack --skill philotic-slice-closeout

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that every completed implementation slice within the Philotic project undergoes a rigorous operational close-out, preventing incomplete work from being merged and ensuring all necessary documentation and disposition updates are made.

Core Features & Use Cases

  • Mandatory Green Status Clearing: Verifies that build, test, and smoke tests have passed.
  • Documentation Updates: Ensures docs/task.md is updated with completed work and follow-ups.
  • Disposition Updates: Manages updates to Philotic proposal dispositions.
  • Use Case: After completing a feature slice, use this skill to confirm all tests are green, update the project's task documentation, and formally mark the proposal as closed for that slice, before committing and pushing the changes.

Quick Start

Use the philotic-slice-closeout skill to finalize the current implementation slice.

Frequently Asked Questions about philotic-slice-closeout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I finalize an implementation slice before merging?

Slice closeout prevents incomplete work from merging by verifying mandatory green build, test, and smoke statuses before allowing updates to docs/task.md and architecture proposal dispositions.

What documentation needs updating during project closeout?

During closeout, you must update docs/task.md with completed work and follow-ups, and record disposition updates for touched architecture proposals to maintain accurate project documentation.

Can I close out a slice if smoke tests are failing?

No, you cannot close out a slice with failing smoke tests because mandatory green status clearing requires passing build, test, and smoke statuses before documentation updates and disposition recording proceed.

Why does implementation closeout capture reality gaps?

Capturing reality gaps during closeout identifies discrepancies between expected and actual implementation outcomes, allowing you to document them in docs/task.md and name the next seam for future work.

When do I need to update architecture proposal dispositions?

You update architecture proposal dispositions during closeout when an implementation slice touches those proposals, ensuring project records accurately reflect the completed work status before final commit.