psi

Orchestrate a Plan → Spec → Implement workflow for structured development projects.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/tkmh04/CoffeeHouse-Management-System --skill psi-tkmh04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: psi
Source: https://github.com/tkmh04/CoffeeHouse-Management-System/tree/main/.agents/skills/psi
Command: npx skills add https://github.com/tkmh04/CoffeeHouse-Management-System --skill psi-tkmh04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Orchestrates a Plan → Spec → Implement workflow to guide structured development, aligning planning, documentation, and code changes.

Core Features & Use Cases

  • Ephemeral planning stored in ~/.dot-agent/ to safeguard ideas and enable iterative refinement.
  • Auto-generated specifications extracted from project docs, READMEs, and AGENTS.md, followed by actionable implementation steps.
  • Documentation-first design that keeps docs in sync with code through continuous reviews and updates.

Quick Start

Run a plan-spec-implement cycle by outlining a work item and letting the agent generate the plan, specs, and implementation steps.

Frequently Asked Questions about psi

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

FAQPage Schema
What is a documentation-first workflow for software development planning?

A documentation-first workflow aligns software planning with code changes by generating project specifications from docs and READMEs before implementation. This approach keeps artifacts in sync and uses ephemeral planning to enable iterative refinement.

How do I generate implementation steps from project documentation?

You can generate implementation steps by running a plan-spec-implement cycle that reads project docs, READMEs, and AGENTS.md to auto-extract specifications. The agent then translates these specs into actionable coding tasks.

Do I need existing project docs to use a spec-driven implementation workflow?

Yes, the workflow extracts specifications from existing project documentation like READMEs and AGENTS.md. Without these source files, the agent cannot generate accurate specs or align implementation with project plans.

What's the best way to keep software documentation in sync with code changes?

The best way to keep docs in sync with code is using a continuous review process that updates project documentation during implementation. This ensures alignment between specs, plans, and code changes throughout development.

Where are ephemeral development plans stored during iterative refinement?

Ephemeral development plans are stored in the ~/.dot-agent directory. This local storage safeguards planning ideas and enables iterative refinement without affecting the main project repository.

Can I use a plan-spec-implement workflow without external dependencies?

Yes, the plan-spec-implement workflow operates without external dependencies. It coordinates planning, specification generation, and implementation steps using only local project docs and ephemeral artifacts.