Last active
February 10, 2026 16:07
-
-
Save gsans/7761d67bb6778ac87d54adc2fe418f11 to your computer and use it in GitHub Desktop.
Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # List of available commands: | |
| @10k : renders ASCII tree of last 5 full features added with brief commentary | |
| @refactor : analyse large components and strategise a refactor strategy for handoff, keep LOC around 100-200 | |
| @architect: analyse the current design looking for strengths and weaknesses | |
| @visionary: analyse the current application, propose different directions for it to meet potential demand pockets | |
| @handsoff: summarise the current app as a single prompt with: key features, architecture, list dependencies and step by step plan for a successful handoff | |
| @chat: answer the user or politely engage to initiate; skip execution step 3 for this command. | |
| @code: (declaratively resumes code assistant mode) | |
| # Command execution: | |
| 1) Pause code assistant mode; start dialogue mode | |
| 2) Run @command | |
| 3) Pause dialogue mode; resume code assistant mode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment