openpaul
Preparing search index...
Plan
Interface Plan
Plan - Executable plan with tasks
Plans contain:
Phase and plan identifiers
Type (execute or tdd)
Wave number for parallel execution
Dependencies on other plans
Files to be modified
Autonomous flag (true if no checkpoints)
Tasks to execute
Must-haves for goal-backward verification
interface
Plan
{
autonomous
:
boolean
;
boundaries
?:
string
[]
;
criteria
?:
string
[]
;
depends_on
:
string
[]
;
executionGraph
?:
ExecutionGraph
;
files_modified
:
string
[]
;
must_haves
?:
MustHaves
;
phase
:
string
;
plan
:
string
;
requirements
?:
string
[]
;
taskDependencies
?:
TaskDependencies
;
tasks
:
Task
[]
;
type
:
"execute"
|
"tdd"
;
wave
:
number
;
}
Index
Properties
autonomous
boundaries?
criteria?
depends_
on
execution
Graph?
files_
modified
must_
haves?
phase
plan
requirements?
task
Dependencies?
tasks
type
wave
Properties
autonomous
autonomous
:
boolean
Optional
boundaries
boundaries
?:
string
[]
Optional
criteria
criteria
?:
string
[]
depends_
on
depends_on
:
string
[]
Optional
execution
Graph
executionGraph
?:
ExecutionGraph
files_
modified
files_modified
:
string
[]
Optional
must_
haves
must_haves
?:
MustHaves
phase
phase
:
string
plan
plan
:
string
Optional
requirements
requirements
?:
string
[]
Optional
task
Dependencies
taskDependencies
?:
TaskDependencies
tasks
tasks
:
Task
[]
type
type
:
"execute"
|
"tdd"
wave
wave
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autonomous
boundaries
criteria
depends_
on
execution
Graph
files_
modified
must_
haves
phase
plan
requirements
task
Dependencies
tasks
type
wave
openpaul
Loading...
Plan - Executable plan with tasks
Plans contain: