ay-skills
A collection of Claude Code skills built and used by AY Automate. Each skill lives in skills// and is plug-and-play with Claude Code.
AI removed the ceiling on output. You need to build the ceiling on expectation. A Claude Code plugin that fixes the "AI made me feel behind" problem. 3 binary outcomes per day. Hard stop at 5pm. Track 3/3 days, not tasks.
A collection of Claude Code skills built and used by AY Automate. Each skill lives in skills// and is plug-and-play with Claude Code.
FAQ
define-done is a Claude Code plugin with 1 hand-picked skill for productivity work, indexed on Flowy. Install it with the command on its page. It includes define-done. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add walidboulanouar/define-done> /plugin install define-done@define-done-marketplace
AI removed the ceiling on output. You need to build the ceiling on expectation.
A Claude Code plugin that fixes the "AI made me feel behind" problem. 3 binary outcomes per day. Hard stop at 5pm. Track 3/3 days, not tasks.

| Command | What it does | When to run |
|---|---|---|
/define-done:performance | Asks 7 questions to discover what done means for YOU | Once, at setup |
/define-done:define-done [N] | Generates an N-day branded HTML tracker with your outcomes | Sunday night |
/define-done:verify-done | The 5pm ritual. Ticks today. Logs slips. Writes tomorrow's 3. | Daily at 5pm |
Plus one skill (define-done) and one customizable HTML template with localStorage persistence, live scorecard, dark mode support.
# Add this repo as a marketplace
/plugin marketplace add walidboulanouar/define-done
# Install the plugin
/plugin install define-done@define-done-marketplace
You will be prompted to set:
DEFINE DONE)#8182C1)#f0edee)17:00)3)git clone https://github.com/walidboulanouar/define-done.git
cd define-done
bash install.sh --project # or --global for ~/.claude/
/define-done:performance
7 questions. Builds your personal config.
/define-done:define-done 7
Generates a 7-day branded tracker. Saved to 008_Builds/define-done/{date}-define-done.html.
/define-done:verify-done
Run this every day at 5pm. Logs slips. Writes tomorrow's 3.
Full mapping to Claude Code prompt principles in skills/define-done/references/prompting-principles.md.
The plugin uses userConfig so you get prompted at install for your brand. After install, every tracker renders in your colors. No code changes required.
Want to go deeper? Edit skills/define-done/templates/tracker-template.html and override the CSS vars:
:root {
--accent: #8182C1;
--bg: #f0edee;
--card: #fffcfc;
--text: #14141c;
--text-muted: #9c959f;
}
Auto dark mode is built in via prefers-color-scheme.
Max Mitcham, LinkedIn, June 2026:
"AI has played with my mental health. I can now do 10 tasks in a day that would have taken a week. Because of that, I'm left at the end of each day wishing I'd done more."
The fix isn't doing more. The fix is defining done before the day starts and stopping when you hit it.
This plugin makes that mechanical. The system runs you. You don't run the system.
No backend. No account. localStorage only.
| Field | Value |
|---|---|
| Name | define-done |
| Version | 1.0.0 |
| License | MIT |
| Author | Walid Boulanouar (AY Automate) |
| Topics | claude-code-plugin · claude-code-marketplace · agent-skills |
Built by Walid Boulanouar at AY Automate.
The principle came from a comment exchange with Max Mitcham.
MIT licensed. Fork it. Brand it. Ship it.
PRs welcome. The skill is intentionally small.
If you build a useful command on top of it (e.g. /define-done:weekly-review, /define-done:share-progress), open a PR.
.claude-plugin/
marketplace.json
plugin.json
preview.png
.gitignore
commands/
define-done.md
performance.md
verify-done.md
install.sh
LICENSE
README.md
skills/
define-done/
references/
prompting-principles.md
SKILL.md
templates/
tracker-template.html
SUBMISSION.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic