Concept · Project revival
The 5 states of any project
Active, paused, forgotten, revived, archived. The five states every project lives in, regardless of whether it's code, writing, art, music, home, business, or learning. The universal taxonomy behind BreakPoint.
Published July 13, 2026 · ~5 min read
The state machine
Every project — code, writing, art, music, home, business, learning — moves through the same five states. The transitions are: Active → Paused → Forgotten → Revived → Archived. The transitions can skip (a brand new project that gets archived before being paused) or jump back (a "revived" project that gets "forgotten" again when the reviver loses interest).
The 5 states
State 1
Active
The project is being worked on. The creator is shipping, the maintainer is releasing, the writer is drafting. The default state for any project that someone is currently working on.
State 2
Paused
The project is intentionally on hold. The creator intends to come back to it. Most projects go through Paused before they hit Forgotten. A clear "I'll be back in 3 months" message is the right way to signal Paused.
State 3
Forgotten
The project is dormant. The creator has walked away, intentionally or not. No one is actively working on it. Most projects end up here — by some estimates, 60-90% of projects started. This is the state BreakPoint is built for.
State 4
Revived
The project is back in motion. Either the original creator picked it back up, or a new person (co-author, co-artist, contractor, learning buddy) took it on. The 41% revival rate from the 2019 arXiv study is for this state. Most revivals come from a public commitment + a clear next action.
State 5
Archived
The project is officially end-of-life. The work is preserved (read-only) but no one is maintaining it. Archived is a legitimate destination. It is not the same as Forgotten — Archive is a conscious, public decision.
How projects move between states
The state machine is not linear. Real projects move in unpredictable ways:
- Active → Paused when the creator needs a break, loses interest, or has a life event.
- Paused → Forgotten when the creator never comes back. The most common transition.
- Forgotten → Revived when the original creator picks it back up, or someone new finds it. The 41% rate.
- Revived → Forgotten when the reviver loses interest. Real pattern, especially in OSS.
- Forgotten → Archived when the original creator decides to formally end the project. Graceful end.
- Active → Archived when the creator decides the project is done — feature-complete, replaced, or no longer relevant.
Frequently asked questions
What are the 5 states of any project?
Active, paused, forgotten, revived, archived.
How is this different from the OSS project lifecycle?
OSS lifecycle is a domain-specific specialization. Universal one is broader.
What's the most common state?
Forgotten. 60-90% of projects started end up there.