Psters_AI_Workflow
Structured planning, documentation, and delivery workflow for software teams
All Skills in This Repository (17)
Pure Emerald Level Indicatorsdocs-baseline-loading
Validate and create mandatory project documentation baseline files before implementation.
test-driven-development
Guide red-green-refactor cycles for opt-in test-driven development.
systematic-debugging
Diagnose root causes of bugs through a 4-phase debugging process.
docs-maintenance-after-work
Synchronize project documentation with code changes after work execution.
aws-lambda-deploy
Deploy AWS Lambda functions using repository-provided deploy scripts.
using-psters-workflow
Route tasks to the correct workflow skill before acting.
angular-conventions
Enforce Angular component structure, naming, error handling, and lazy loading conventions.
finishing-a-development-branch
Automate finishing development branches with merge, keep, discard, or cleanup decisions.
visual-brainstorm-companion
Generate a focused visual artifact and decision summary for design brainstorms.
orchestrating-multi-agents
Coordinate parallel subagent analyses into a single deterministic decision.
git-worktree
Create, list, and remove Git worktrees from the repository root.
commit-changes-repo-worker
Groups changed files by ticket and commits each group separately using git.
Frequently Asked Questions
FAQPage SchemaHow to install Psters AI Workflow?โผ
Run `npx skills add J-Pster/Psters_AI_Workflow --all -g -y` in your terminal to install all skills globally.
What is the main workflow in Psters AI Workflow?โผ
The default flow is brainstorm to define scope, plan to create phased tasks, then work-plan to implement one phase at a time, followed by review and structured commits.
How does it reduce AI hallucination?โผ
It forces the agent to read project documentation before implementing and to update docs after every change, keeping decisions grounded in real project context.
Does it work with existing projects and any tech stack?โผ
Yes. It is project-agnostic and includes setup commands to generate baseline documentation for existing codebases in any language or framework.
Can it commit changes grouped by ticket?โผ
Yes. The commit-changes skill analyzes changed files per repo, groups them by ticket ID, and creates clean, focused commits with conventional messages.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core