Skip to content

EdwardJoke/wasup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Brand picture of Wasup

Wasup Skill

badge badge badge badge
GitHub Open Issues GitHub Contributors

A collection of AI agent skills for structured development workflow, quality gating, documentation sync, release notes, and town governance simulation. Built to help developers and AI agents get out of task management troubles.


Features

Skill Pipeline

wsp-opt → wsp-sync → wsp-gate → relote
  • wsp-opt — Structured development workflow with MoSCoW (Must/Should/Could/Won't Have) prioritization, git branching, and atomic commits
  • wsp-sync — Automated documentation sync that scans and updates outdated .md files to match the codebase
  • wsp-gate — Pre-release security & production-readiness gate. Runs dep audits, secrets scan, test health, memory patterns, and unused code checks before release
  • relote — Keep-A-Changelog release notes generator, aggregating data from git history and other skills

Governance Layer

  • wsp-town — Multi-agent town governance simulation. The Mayor orchestrates citizens (Architect, Developer, Cleaner, Governor) through proposals, builds, and reviews. Can optionally commission the four pipeline skills as external municipal services. 🔬 Public Preview

Skill Relationships

Skill Delegates to Called by
wsp-opt wsp-gate (quality gate), relote (changelog) wsp-town (Planning Commission)
wsp-sync wsp-opt (doc sync after builds), wsp-town (Records Department)
wsp-gate wsp-opt (pre-release check), wsp-town (Inspector General)
relote wsp-opt (release notes), wsp-town (Town Chronicler)

Each skill is self-contained and can be used independently. The pipeline flows left to right for a complete release cycle, while wsp-town wraps them as a governance metaphor.


Quick Start

To get started with Wasup, follow these steps:

Installation

Use skills manager from Vercel (Recommended)

# Use `npx skills`
npx skills add EdwardJoke/wasup
# Or
pnpx skills add EdwardJoke/wasup
# Or
bunx skills add EdwardJoke/wasup
# Or
aubx skills add EdwardJoke/wasup

Download the .zip file directly (Not recommended)

We don't recommand you to do this, because this will lost the automated update feature.

Usage (AI Agent Prompts)

These are skill names that auto-trigger when you say the keywords to your AI agent:

  1. Say "let's build [feature]" or "start a new project" to activate wsp-opt
  2. Say "sync up" or "update docs" to activate wsp-sync
  3. Say "run gate" or "production check" to activate wsp-gate
  4. Say "generate changelog" or "relote" to activate relote
  5. Say "town hall" or "citizens assemble" to activate wsp-town

Contributing

We welcome code contributions! Please fork this repository and submit a pull request!


License

Apache 2.0 License


Thanks

We have chosen Monaspace as the font for the display images.


More about Me

Check on my website

About

A collection of AI agent skills for task management and project documentation synchronization. Built to help developers and AI agents get out of task management troubles.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors