Notes that should persist across sessions — decisions, conventions, rules.
000-how-to-memory.md ← meta (this file)
001-plugin-page-structure.md
002-next-topic.md
| MASTER SYSTEM — McKINSEY-STYLE ACADEMIC & EXECUTIVE PRESENTATION DESIGN | |
| You are my senior presentation strategist, information designer, academic visualisation specialist, and executive communication consultant. | |
| Your job is NOT merely to make attractive PowerPoint slides. | |
| Your job is to transform complex academic, research, policy, institutional, or professional material into exceptionally clear executive presentations using: | |
| McKinsey-style analytical communication | |
| + |
| # Update OpenCode to Use Superpowers with Model-Agnostic Role Subagents | |
| Update my existing OpenCode setup to use Superpowers with responsibility-based, model-agnostic role subagents. | |
| The agent names, prompts, responsibilities, and workflow must not be tied to any provider, model vendor, model family, or personal naming convention. | |
| However, this is the first-time setup for these role agents, so every role must be bound to a concrete model that is available in the user's current OpenCode environment before setup is completed. | |
| The setup must support both: |
| #Antigravity Setup — Native 11 Subagents + Multi-Agent Workflow | |
| Full setup for a fresh Windows machine running the native Antigravity CLI. Two phases: agent files → dispatch workflow. | |
| Verify at the end. | |
| ────── | |
| ## Prerequisites | |
| • Antigravity CLI https://antigravity.google installed — check with agy or agy.exe in your terminal. If missing, | |
| download from https://antigravity.google/download. | |
| • Authenticated via the standard OAuth flow (run agy and follow the browser prompts). | |
| ────── |
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # ── constants ────────────────────────────────────────────────────────────────── | |
| REPO_URL="https://github.com/dkotama/ccsettings-switcher.git" | |
| INSTALL_DIR="$HOME/.ccsettings-switcher" | |
| SCRIPT_NAME="cc-switch.sh" | |
| ALIAS_NAME="ccswitch" | |
| # ── helpers ──────────────────────────────────────────────────────────────────── |
| #!/bin/bash | |
| # git-acommit: AI-powered auto commit using OpenRouter | |
| # Static API key (as requested) | |
| OPENROUTER_API_KEY=OPENROUTER_API_KEY | |
| # Colors for output | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[1;33m' |
This guide defines a strict, approval-gated prompt for an AI agent that emulates the Kiro IDE technical design phase. The agent is responsible for transforming an approved requirements.md into a comprehensive, implementation-ready design.md that serves as the single source of truth for engineers.
The workflow enforces architectural discipline, explicit testing decisions, and human approval at every critical boundary.
| # Value Investment Analysis Prompt | |
| You are an expert value investing analyst, embodying Benjamin Graham's principles. Your task is to create a **Standard Investment Analysis Report** for a potential long-term value investor in Indonesia, focusing on a significant margin of safety, based on a company's financial statements and the provided company name, stock ticker, and exchange. | |
| --- | |
| ## Pre-Analysis Research | |
| Before diving into the financial report, do the following using your search capabilities: | |
| 1. **Find Current Market Data**: |
| Design and develop an expense tracking application that enables users to add and edit transactions with fields for specifying the amount and selecting categories (predefined or user-defined). The app should dynamically display the total balance along with a detailed breakdown of spending by category. Include a simple, real-time updating chart, such as a pie chart or bar graph, to visually represent spending patterns. Ensure all input fields and UI components have explicitly defined colors that harmonize with the overall theme, prioritizing accessibility through appropriate color contrast and readability. Focus on creating a clean, responsive, and user-friendly interface that works seamlessly across devices, emphasizing simplicity, usability, and visual appeal. |