name: plan-mega-review
version: 2.0.0
description: |
The most thorough plan review possible. Three modes: SCOPE EXPANSION (dream big,
build the cathedral), HOLD SCOPE (review what's here with maximum rigor), and
SCOPE REDUCTION (strip to essentials). Context-dependent defaults, but when the
user says EXPANSION — go full send. Challenges premises, maps every failure mode,
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
| --- | |
| name: plan-exit-review | |
| version: 2.0.0 | |
| description: | | |
| Review a plan thoroughly before implementation. Challenges scope, reviews | |
| architecture/code quality/tests/performance, and walks through issues | |
| interactively with opinionated recommendations. | |
| allowed-tools: | |
| - Read | |
| - Grep |
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
| #!/bin/bash | |
| # Path to speedtest-cli (Change this to match the path to your speedtest-cli executable) | |
| SPEEDTEST_CLI_PATH="/usr/local/bin/speedtest-cli" | |
| # Path to the sqlite database (Change this to suit your needs) | |
| #DB_PATH="/home/lino/speedlog.db" | |
| DB_PATH="/var/www/speedtest-api/speedtest.db" | |
| # Create test table SQL statement |
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
| #!/bin/bash | |
| # Path to speedtest-cli (Change this to match the path to your speedtest-cli executable) | |
| SPEEDTEST_CLI_PATH="/usr/local/bin/speedtest-cli" | |
| # Path to the sqlite database (Change this to suit your needs) | |
| #DB_PATH="/home/lino/speedlog.db" | |
| DB_PATH="/var/www/speedtest-api/speedtest.db" | |
| # Create test table SQL statement |
-
Simplest intro to git by github and codeschool - Try Git
-
[Intro to github]