Skip to content

zookanalytics/gc-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gc-toolkit

A Gas City pack with custom agents, formulas, and planning workflows, extending gastown.

Where gastown ships the production crew (mayor, deacon, polecat, refinery, witness, boot, dog), gc-toolkit adds the roles and workflows we use to shape how a city operates — structural engineering, planning pipelines, and architecture capture.

Status

Early. Actively evolving. Prompts, formulas, and agent configs may change without warning. No stable release yet.

What's Here

Agents

  • mechanik — city-scoped structural engineer. Owns formulas, agent configs, dispatch patterns, quality gates, prompt engineering, and operational conventions. Analyzes patterns and designs improvements; does not grind beads.

Formulas

Coming soon. The goal is a planning pipeline loosely inspired by gt-toolkit's spec → plan → beads → deliver shape, but built for our own workflow and opinions rather than cloned directly.

Docs

  • docs/roadmap.md — (coming soon) the shape of the pack's evolution

Usage

Add gc-toolkit to your city.toml workspace includes alongside gastown:

[workspace]
includes = [
    "https://github.com/gastownhall/gastown/tree/main",
    "https://github.com/zookanalytics/gc-toolkit/tree/main",
]

gc-toolkit provides a mechanik named session template. To start one:

[[named_session]]
template = "mechanik"

Then:

gc start
gc session attach mechanik

Relationship to gastown

gc-toolkit extends gastown — it does not replace it. The common crew comes from gastown; gc-toolkit adds planning-phase roles and formulas. Where we diverge at the formula level (e.g., a rewritten mol-idea-to-plan for our workflow), gc-toolkit's version overrides gastown's via pack include order.

Related

License

MIT

About

A Gas City pack with custom agents, formulas, and planning workflows, extending gastown

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors