J-PsterJ-PsterCommunityยท17 Agent Skills Included

Psters_AI_Workflow

Structured planning, documentation, and delivery workflow for software teams

Guides software delivery through explicit brainstorm, plan, implement, review, and commit steps. Keeps project documentation automatically updated as working memory, reducing hallucination and inconsistent output. Enforces root-cause debugging, verification before completion, and ticket-tagged commits across repos. Works with any stack, letting developers control each step while execution stays predictable.
npx skills add J-Pster/Psters_AI_Workflow --all -g -y
Available:

Defines the operational contract for the agent, requiring user-controlled workflow paths, explicit side-effect commands, collision-safe agent naming, and durable documentation as project memory.

All Skills in This Repository (17)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

docs-baseline-loading

Validate and create mandatory project documentation baseline files before implementation.

Community
Intermediate
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

test-driven-development

Guide red-green-refactor cycles for opt-in test-driven development.

Community
Basic
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

systematic-debugging

Diagnose root causes of bugs through a 4-phase debugging process.

Community
Advanced
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

docs-maintenance-after-work

Synchronize project documentation with code changes after work execution.

Community
Advanced
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

aws-lambda-deploy

Deploy AWS Lambda functions using repository-provided deploy scripts.

Community
Advanced
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

using-psters-workflow

Route tasks to the correct workflow skill before acting.

Community
Advanced
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

angular-conventions

Enforce Angular component structure, naming, error handling, and lazy loading conventions.

Community
Intermediate
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

finishing-a-development-branch

Automate finishing development branches with merge, keep, discard, or cleanup decisions.

Community
Intermediate
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

visual-brainstorm-companion

Generate a focused visual artifact and decision summary for design brainstorms.

Community
Intermediate
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

orchestrating-multi-agents

Coordinate parallel subagent analyses into a single deterministic decision.

Community
Advanced
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

git-worktree

Create, list, and remove Git worktrees from the repository root.

Community
Basic
๐Ÿ“ฆ In Repo
J-PsterJ-Pster

commit-changes-repo-worker

Groups changed files by ticket and commits each group separately using git.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’