Skip to content

01Existing codebases

02Everyday agent work

03Solo builders and teams

01
Start

Bring an existing repository into Skopos.

The problem

Your project already has code, docs, conventions, and commands. A tool that rewrites them before understanding the repository can destroy useful truth.

The outcome

Skopos discovers what exists, proposes how it should fit the Memory standard, and waits for approval before material documentation changes.

Say this to your agent
Set up Skopos in this existing repository. Preserve its current docs and commands as project truth. Explain what you find, show me one consolidated recommendation, and ask before applying material changes.
Related guideSet up an existing project
02
Build

Plan and build one feature without losing the intent.

The problem

A productive conversation can still drift into extra work, miss a constraint, or leave the next session unable to explain why the implementation looks this way.

The outcome

The agreed result becomes a bounded Task with relevant Memory, acceptance, ownership, constraints, and the checks that matter.

Say this to your agent
Help me plan and build [feature]. First recover the relevant project context, clarify decisions that change scope, then create a bounded Task with acceptance criteria and owned paths before implementation.
Related guidePlan and finish a feature
03
Return

Come back after days or weeks.

The problem

You remember the project, but not every open decision, unfinished Task, failed check, or reason a piece of work stopped.

The outcome

Skopos gives the agent a compact view of live work and material project truth instead of forcing you to replay old chats.

Say this to your agent
Bring me back up to speed on this project. Show active Tasks, material decisions, recent Evidence, and what needs attention next—without dumping the whole repository.
Related guideReturn to ongoing work
04
Continue

Continue in a fresh coding-agent session.

The problem

A new chat has no reliable understanding of the work in progress, even when the previous session was excellent.

The outcome

The fresh session recovers the current Task, relevant Scope Memory, owned paths, Evidence, and remaining blockers from the project.

Say this to your agent
Continue the active [task] in this fresh session. Recover its Scope, relevant Project Memory, acceptance, ownership, Evidence, and remaining blockers before making changes.
Related guideContinue in a fresh session
05
Coordinate

Split independent work without losing the reviewer.

The problem

Parallel agents move quickly, but overlapping paths, hidden dependencies, and disconnected conclusions can make the final integration harder than the original work.

The outcome

Independent child Tasks receive explicit acceptance and ownership while the originating conversation remains responsible for reviewing the combined result.

Automated delivery is host-dependent; Skopos keeps a manual fallback when native delivery is not verified.

Say this to your agent
Split this work only where the parts are genuinely independent. Give each child Task explicit acceptance criteria and owned paths, and keep this conversation as reviewer for the combined result.
Related guideCoordinate bounded child work
06
Prove

Require the right checks before calling work done.

The problem

A generic green check can miss the requirement that actually matters, and an old passing result can silently outlive the source it proved.

The outcome

Project-approved checks produce source-bound Evidence, and Readiness explains exactly what still prevents closure.

Say this to your agent
Before calling this Task complete, select the focused project-approved checks for its changed paths, run them, and explain any missing or stale Evidence.
Related guideVerify and finish work
07
Remember

Keep project knowledge current as the code grows.

The problem

Architecture, decisions, and operating rules gradually fall behind when documentation updates depend on someone remembering to do them later.

The outcome

Before closure, durable impact is reviewed. Canonical Memory is updated when truth changed—or explicitly left alone when it did not.

Say this to your agent
Before closing, review whether this work changed architecture, decisions, patterns, or operating rules. Update canonical Project Memory if needed; otherwise record why no change is required.
Related guideMaintain Project Memory

Start with the workflow that costs you the most context.

Add Skopos to one real repository and let the project carry the important parts forward.