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
| #!/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. |
| I am developing a simple command-line financial advisor app in Python that uses the rich library to create a basic UI. | |
| The app should help users manage their finances by allowing them to input their monthly income, categorize their expenses, | |
| and provide personalized financial advice based on budgeting principles like the 50/30/20 rule. The program should display a financial summary with categorized expenses, calculate savings, and provide suggestions if savings fall below the recommended percentage of income. The UI should be visually appealing, using colors, tables, and formatted text with rich. Please help me with the following: | |
| Improve the code structure for better readability and maintainability. | |
| Add features for persistent data storage so users can save and load their financial data. | |
| Suggest advanced financial advice features, like debt management and investment tracking, that can be integrated into the app. | |
| Enhance the UI further by adding bar charts or other visual elements using the rich library or |
| const express = require('express'); | |
| const path = require('path'); | |
| const app = express(); | |
| app.use(express.static(__dirname + '/dist/skote')); | |
| app.get('/*', function(req,res) { | |
| res.sendFile(path.join(__dirname+ '/dist/skote/index.html')); | |
| }); | |
| app.listen(process.env.PORT || 8080); |
| { | |
| "quotes": [ | |
| "Semangat Manieez", | |
| "Kalo km semangat, aku juga semangat", | |
| "Lihat kebunku penuh dengan bunga, lihat dirimu aku berbunga-bunga.\n\nSemangat!", | |
| "hidup ini seperti kopi, perlu kamu agar tidak terlalu pahit", | |
| "Jepang bikin robot.\nJerman bikin mobil,\nkalau aku pengen bikin km semangat.", | |
| "Aku rela dipenjara asalkan pelanggarannya karena mencintaimu\n\nTetap semangat!!", | |
| "Kalo naik motor sama kamu pasti ditilang deh.\nSoalnya kita kan bertiga, aku, kamu, dan cinta\n\nSemangat Terus yaa", | |
| "Tahu gak kenapa kita cuma bisa lihat pelangi setengah lingkaran?\nSebab setengahnya lagi ada di mata kamu.\n\nHehe, Semangat ya Pelangi" |