Skip to content

Instantly share code, notes, and snippets.

View CaptainCrouton89's full-sized avatar
🤙
Working on a project

Silas Rhyneer CaptainCrouton89

🤙
Working on a project
View GitHub Profile
@CaptainCrouton89
CaptainCrouton89 / example-trace.txt
Last active September 17, 2025 08:34
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)
@CaptainCrouton89
CaptainCrouton89 / main.md
Created September 12, 2025 18:24
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.