rhachet-roles-bhuild 0.5.5 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/domain.operations/behavior/init/templates/3.1.research.claims._.v1.src +28 -0
- package/dist/domain.operations/behavior/init/templates/3.1.research.templates._.v1.src +19 -0
- package/dist/domain.operations/behavior/init/templates/3.2.distill.domain._.v1.src +2 -0
- package/dist/domain.operations/behavior/init/templates/3.3.blueprint.v1.src +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
research the claims available in order to fulfill
|
|
2
|
+
- this wish $BEHAVIOR_DIR_REL/0.wish.md
|
|
3
|
+
- this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
4
|
+
- this criteria $BEHAVIOR_DIR_REL/2.criteria.md (if declared)
|
|
5
|
+
|
|
6
|
+
specifically
|
|
7
|
+
- what are the facts that we can discover, relevant to this wish & vision & criteria?
|
|
8
|
+
- what are the questions and assumptions we can websearch to find worldwide thoughts on?
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
use web search to discover and research
|
|
13
|
+
- cite every claim
|
|
14
|
+
- number each citation
|
|
15
|
+
- clone exact quotes from each citation
|
|
16
|
+
|
|
17
|
+
explicitly label each claim found from research as either
|
|
18
|
+
- a [FACT] = an indisputable, immutable truth
|
|
19
|
+
or
|
|
20
|
+
- a [SUMP] = an assumption, that someone has made, either explicitly or implicitly
|
|
21
|
+
or
|
|
22
|
+
- a [KHUE] = an open question, that we too should consider
|
|
23
|
+
or
|
|
24
|
+
- a [OPIN] = an opinion, a subjective declaration, that we should consider
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
emit into $BEHAVIOR_DIR_REL/3.1.research.claims._.v1.i1.md
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
research the templatest available in order to fulfill
|
|
2
|
+
- this wish $BEHAVIOR_DIR_REL/0.wish.md
|
|
3
|
+
- this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
4
|
+
- this criteria $BEHAVIOR_DIR_REL/2.criteria.md (if declared)
|
|
5
|
+
|
|
6
|
+
specifically
|
|
7
|
+
- what are the key patterns from each template?
|
|
8
|
+
- how do they relate to the wish
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
use web search or the gh api to enumerate the contents of the templatest
|
|
13
|
+
- cite every claim
|
|
14
|
+
- number each citation
|
|
15
|
+
- clone exact quotes from each citation
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
emit into $BEHAVIOR_DIR_REL/3.1.research.templates._.v1.i1.md
|
|
@@ -4,7 +4,9 @@ distill the declastruct domain.objects and domain.operations that would
|
|
|
4
4
|
- this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
5
5
|
- this criteria $BEHAVIOR_DIR_REL/2.criteria.blackbox.md (if declared)
|
|
6
6
|
- given the research declared here
|
|
7
|
+
- $BEHAVIOR_DIR_REL/3.1.research.claims._.v1.i1.md (if declared)
|
|
7
8
|
- $BEHAVIOR_DIR_REL/3.1.research.domain._.v1.i1.md (if declared)
|
|
9
|
+
- $BEHAVIOR_DIR_REL/3.1.research.templates._.v1.i1.md (if declared)
|
|
8
10
|
|
|
9
11
|
procedure
|
|
10
12
|
1. declare the usecases and envision the contract that would be used to fulfill the usecases
|
|
@@ -21,7 +21,9 @@ reference the below for full context
|
|
|
21
21
|
- $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
22
22
|
- $BEHAVIOR_DIR_REL/2.criteria.blackbox.md (if declared)
|
|
23
23
|
- $BEHAVIOR_DIR_REL/2.criteria.blueprint.md (if declared)
|
|
24
|
+
- $BEHAVIOR_DIR_REL/3.1.research.claims._.v1.i1.md (if declared)
|
|
24
25
|
- $BEHAVIOR_DIR_REL/3.1.research.domain._.v1.i1.md (if declared)
|
|
26
|
+
- $BEHAVIOR_DIR_REL/3.1.research.templates._.v1.i1.md (if declared)
|
|
25
27
|
- $BEHAVIOR_DIR_REL/3.2.distill.domain._.v1.i1.md (if declared)
|
|
26
28
|
|
|
27
29
|
---
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rhachet-roles-bhuild",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "roles for building resilient systems, via rhachet",
|
|
5
|
-
"version": "0.5.
|
|
5
|
+
"version": "0.5.7",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-bhuild",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
|
|
8
8
|
"keywords": [
|