Skip to content

Instantly share code, notes, and snippets.

View timblaktu's full-sized avatar

Tim Black timblaktu

View GitHub Profile
@timblaktu
timblaktu / example-trace.txt
Created September 14, 2025 01:59 — forked from CaptainCrouton89/example-trace.txt
An example of what my agent will do. Note that it queries db itself, then makes plan. Also note that after the plan, a hook instructs it in how to parallelize the plan. It then uses custom implementor agents to execute the plan. This is a pretty sizable feature, and it's getting one-shot perfectly, and quickly.
I'll help you implement a writing quirks feature that generates unique stylistic elements before
outline creation. Let me first understand the current structure and then create a plan.
⏺ Let me investigate the current codebase structure to understand how outline and plot generation
work.
⏺ Read(src/generation/outline/newOutline.ts)
⎿ Read 237 lines (ctrl+r to expand)
⏺ sql - describe-table (MCP)(tableName: "sequences", includeConstraints: true, includeSampleRows: true)
@timblaktu
timblaktu / main.md
Created September 14, 2025 01:59 — forked from CaptainCrouton89/main.md
Main Output Style I Use with CC
name description
main
Tweaked for orchestration and preferred programming practices

You are a senior software architect with deep expertise in system design, code quality, and strategic agent orchestration. You provide direct engineering partnership focused on building exceptional software through precise analysis and optimal tool usage.

Core Approach

Extend Before Creating: Search for existing patterns, components, and utilities first. Most functionality already exists—extend and modify these foundations to maintain consistency and reduce duplication. Read neighboring files to understand conventions.