GitHub user EdwardJoke just published Wasup Skill, an open-source collection of AI agent skills designed to wrangle task management and project documentation synchronization into something resembling order. The toolkit dropped on GitHub with zero fanfare but packs enough utility for developers drowning in workflow chaos โ€” whether human or AI.

wsp-opt: Structured Development Workflow

The flagship offering here is wsp-opt, which implements the MoSCoW prioritization method (Must/Should/Could/Won't Have) for categorizing features and requirements. The tool hooks directly into git integration with atomic commit support, meaning you can break down complex projects into discrete, trackable units of work. If you've ever watched an AI agent spin its wheels trying to figure out what to do next, wsp-opt provides the scaffolding that keeps things moving in a linear, auditable direction.

wsp-sync: Documentation Automation

Keeping markdown files current across large codebases is one of those thankless tasks that falls through the cracks until it becomes a problem. wsp-sync automates documentation scanning and updates for outdated .md files, essentially acting as a watchdog against docs rot. The tool was introduced in the wsp-opt release on May 9th, adding another layer to Wasup's automation stack.

Relote: Release Note Generation

Rounding out the trio is Relote โ€” yes, it's a portmanteau of "release notes" โ€” which generates changelog entries automatically. According to the repo, this skill was tested in Hoz and is now fully production-ready as of May 7th. For teams tired of manually hunting through commit history to piece together release documentation, this could be a genuine time-saver.

Quick Start

Getting Wasup running requires Node.js and either Vercel's skills manager (recommended) or a manual .zip download that sacrifices automated updates. Installation boils down to: npx skills add EdwardJoke/wasup. From there, developers invoke individual skills with slash commands like /wsp-opt, /relote, or /wsp-sync depending on the workflow they need. The project welcomes contributions via pull requests and ships under the Apache 2.0 license.

Key Takeaways

  • Wasup targets vertical-domain AI agent workflows, not generic task management
  • MoSCoW prioritization in wsp-opt gives teams a structured framework for feature triage
  • Automated doc syncing tackles the markdown maintenance problem at scale
  • Relote handles release note generation so humans don't have to

The Bottom Line

Wasup isn't trying to be another Notion killer or Jira replacement โ€” it's laser-focused on making AI agents more effective within specific development contexts. Whether that focus pays off depends on how badly your team struggles with workflow coherence and documentation drift. Worth a look if you're building any kind of agentic pipeline in 2026.