Skip to content

apexSolarKiss/control-surface

Repository files navigation

control-surface

control-surface banner

Reusable control-surface workflow assets for ASK projects.

Current default: single-node Claude Code as both control surface and executor. Legacy: Model A split execution is retained only for projects that explicitly need it.

This repo contains both the live operating files for control-surface itself and reusable workflow artifacts for downstream ASK projects, including the upstream instantiation phase before a target repo exists.

Start Here // Instantiate a New ASK Project

To start a new ASK project from this meta repo, beginning from zero:

  1. Create a new GitHub repo for the target ASK project.

    Repo pattern:

    apexSolarKiss/<project-name>
    

    Example:

    apexSolarKiss/new-working-example-ASK
    
  2. Clone the new repo to the local ASK workspace.

  3. Create the repo-external project folder beside the repo:

    <project-name>-EXTERNAL/
      scratch/
      sources of intent/
    
  4. Instantiate the grounding note from templates/grounding-note.template.md into the external folder:

    <project-name>-EXTERNAL/sources of intent/<project-name>_grounding-note_v1.md
    <project-name>-EXTERNAL/sources of intent/<project-name>_grounding-note.md
    

    The canonical unversioned mirror should equal v1.

  5. Copy and adapt the repo-local starter files into the new repo:

    templates/AGENTS.template.md       → AGENTS.md
    templates/architecture.template.md → docs/architecture.md
    templates/CLAUDE.template.md       → CLAUDE.md
    

    For a new worked example, treat docs/architecture.md as default rather than optional.

  6. Create a minimal README.md for the new repo if one does not already exist.

  7. Use prompts/claude-code-initial-prompt.md to attach Claude Code to the new repo and begin bootstrap.

  8. (Optional) When an external advisor surface is used, adapt templates/advisor-initial-prompt.template.md into an operator-side advisor-startup prompt, typically alongside the grounding note in <project-name>-EXTERNAL/sources of intent/.

  9. (Optional) When the project will use the advisor / nudge / critique surfaces, adapt the meta-repo's reusable nudge and critique prompts into project-flavored operator-side copies in <project-name>-EXTERNAL/sources of intent/:

    prompts/repo-nudge-prompt.md              → <project-name>_repo-nudge-prompt.md
    prompts/repo-critique-initial-prompt.md   → <project-name>_repo-critique-initial-prompt.md
    prompts/repo-critique-synthesis-prompt.md → <project-name>_repo-critique-synthesis-prompt.md
    prompts/repo-critique-execution-prompt.md → <project-name>_repo-critique-execution-prompt.md
    

    The meta-repo prompts remain canonical reusable sources; the operator-side copies are project-flavored adaptations so the advisor and control surfaces can operate without re-deriving prompt language each time. Adapt only the prompts the project will actually use.

    System-wide ecology critique prompts live separately at the meta level only — they are not adapted into downstream-project operator-side copies:

    prompts/ecology-critique-initial-prompt.md
    prompts/ecology-critique-synthesis-prompt.md
    

    These are for system-wide critique across control-surface, method-ASK, design-system-ASK, and relevant downstream repos / grounding notes — not ordinary downstream-project critique.

  10. Once bootstrap begins, the new repo's AGENTS.md governs execution.

Default operating model: single-node Claude Code as both control surface and executor. Legacy Model A prompts are retained only for projects that explicitly need that older split.

For deeper context on the three phases (Instantiation → Bootstrap → Operational), see docs/project-instantiation-workflow.md.

Operating Model

The active operating model for new ASK projects is single-node: Claude Code as both control surface and executor. An advisor in chat-based form — typically GPT or Claude — remains available outside the execution thread.

An earlier split-execution model — ChatGPT as prompt compiler, Codex as executor, Claude Code as optional advisor — shaped this repo's design and is retained as legacy reference. It is referred to historically as Model A. The Model-A-specific external orchestration artifact (control-surface.md) and Model-A-only prompts remain in the repo as legacy.

apexSolarKiss/mazeASK is still operated on Model A and is the working example for any project that still needs it. New ASK projects should default to single-node.

The workflow rules live in repo-local AGENTS.md files and are written agent-agnostically — they apply to whoever is executing.

Three live working examples anchor the family:

  • apexSolarKiss/asset-pipeline-ASK — mature single-node working example and primary pressure surface from which the meta repo's rules are discovered, and source of upstream workflow-rule evolution. Operated end-to-end on Claude Code as control surface and executor; has produced the most advanced live AGENTS.md in the family. Template changes absorb only the portions that generalize beyond that repo's domain.
  • apexSolarKiss/urban-observatory — second single-node working example. Newer project, currently in early bootstrap and prototype-planning phase. Pressures the meta repo at the source-of-intent recovery, post-bootstrap grounding-note freshness, and architecture-uncertain instantiation surfaces.
  • apexSolarKiss/mazeASK — Model A working example. Operated on the ChatGPT/Codex split; the original concrete instance the boundary model was sketched against. Still active for that project.

Source-of-Truth Split

ASK project work uses three durable sources of truth plus operator-side ephemeral memory:

  • Repo = project state (artifacts, decisions, current navigation)
  • AGENTS.md (in-repo) = workflow rules, agent-agnostic, applies to whoever executes
  • Grounding note (external) = repo-external context: intent, audience, philosophy, foundational premises, durable loose threads
  • Per-conversation memory (operator-side: Claude Code's MEMORY.md, ChatGPT thread history, task lists) = ephemeral session state, does not flow into the durable sources

Aging-Rate Principle

The split is not just separation of concerns. It is separation by aging rate:

  • A doc that tracks state ages fast and must be refreshed often.
  • A doc that points to state ages slowly and stays useful across many sessions.
  • A rules doc that contains rules only ages slowly.
  • A context doc that contains context only ages slowly.
  • A doc that mixes rules, context, and state ages at the rate of its fastest-aging contents.

This is the load-bearing rationale for the source-of-truth split. Each source is sized to a single aging rate.

Repo Layout

Live operating files for this repo

  • AGENTS.md — repo-local workflow rules that govern execution inside this repo
  • CLAUDE.md — pointer to AGENTS.md for Claude Code operators
  • docs/architecture.md — meta architecture of this repo and the role model behind it

Methodology docs

  • docs/method.md — compact bridge pointing to apexSolarKiss/method-ASK as the upstream methodology layer; substantive method articulation now lives in method-ASK/docs/method.md

Workflow docs

Reusable templates for downstream ASK repos

  • templates/AGENTS.template.md — agent-agnostic starter for repo-local execution rules; derived from the shared workflow core of asset-pipeline-ASK's live AGENTS.md (project-specific architecture rules in that repo are not absorbed by default)
  • templates/grounding-note.template.md — starter for the external grounding note that travels with each ASK project
  • templates/architecture.template.md — starter for a downstream repo's architecture doc
  • templates/CLAUDE.template.md — optional Claude Code pointer file for downstream single-node repos
  • templates/advisor-initial-prompt.template.md — optional starter for attaching an external advisor surface (GPT or Claude in chat form) to a downstream repo; the project-specific instantiation typically lives operator-side alongside the grounding note
  • templates/overlays/architecture-uncertain-rules.template.md — optional opt-in overlay for downstream projects with active architecture or ontology uncertainty; adds rules calibrated for projects whose work is to discover structural categories (architecture-before-prototype, prototype-as-pressure-surface, attempt-model-before-plan, self-evident-premise stop, ceremony budget, proof-chain gravity well guard, bootstrap doc-alignment check) on top of the base template; not used by projects whose task surface is known

Templates are copyable starters. They are not live for this repo unless explicitly adopted somewhere else.

Prompts

Examples

Legacy docs

These were active when the canonical operating model was ASK→ChatGPT→Codex with Claude Code as advisory. They are retained for reference and for apexSolarKiss/mazeASK, which still runs on Model A.

Each legacy doc carries a deprecation header naming what supersedes it for current single-node work.

Which File Do I Use?

If you need to... Use
define execution rules inside the current repo AGENTS.md
understand this meta repo's own architecture docs/architecture.md
set up the workflow before the target repo exists docs/project-instantiation-workflow.md and prompts/project-instantiation-initial-prompt.md
attach Claude Code to an existing single-node repo prompts/claude-code-initial-prompt.md
attach an external advisor surface (GPT or Claude in chat form) to an existing repo templates/advisor-initial-prompt.template.md
create repo-local starter docs for a downstream repo templates/AGENTS.template.md, templates/grounding-note.template.md, templates/architecture.template.md, templates/CLAUDE.template.md
see how the structure mapped onto a real ASK project examples/
understand the previous canonical Model-A operating doc control-surface.md (legacy)

Minimal Adaptation Checklist

For a new ASK project:

Background Reading

The control-surface design is anchored to a short execution-protocol subset of the broader ASK workflow / method article line. The full chronological article index lives upstream in method-ASK/docs/articles.md.

License

Copyright (c) 2026 Andrew S Klug // ASK

Licensed under the Apache License 2.0 // see LICENSE

About

ASK workflow architecture assets: doc templates, startup prompts, and worked examples for ASK project workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors