Skip to content

Commit 6a66be5

Browse files
Rebuild Copilot CLI variant
1 parent e560072 commit 6a66be5

File tree

1 file changed

+17
-5
lines changed
  • plugins/maister-copilot/skills/init

1 file changed

+17
-5
lines changed

plugins/maister-copilot/skills/init/SKILL.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Initialize `.maister/docs/` with intelligent project analysis and meaningful doc
2020
| 4 | Select standards to initialize | Selecting standards |
2121
| 5 | Initialize documentation structure | Initializing documentation |
2222
| 6 | Generate project documentation | Generating project documentation |
23-
| 7 | Finalize & validate | Finalizing initialization |
23+
| 7 | Validate | Validating initialization |
24+
| 8 | Discover coding standards | Discovering coding standards |
2425

2526
**Task Tracking**: Before Phase 1, use `TaskCreate` for all phases (pending), then set sequential dependencies with `TaskUpdate addBlockedBy`. At each phase: `TaskUpdate` to `in_progress` → execute → `TaskUpdate` to `completed`. If skipped (e.g., user selects "Update existing"), mark skipped phases as `completed` with `metadata: {skipped: true}`.
2627

@@ -122,7 +123,7 @@ Write each file to `.maister/docs/project/`.
122123

123124
---
124125

125-
## PHASE 7: Finalize & Validate
126+
## PHASE 7: Validate
126127

127128
**Step 1**: Invoke docs-manager skill via Skill tool:
128129

@@ -143,9 +144,20 @@ Write each file to `.maister/docs/project/`.
143144
- Next steps:
144145
1. Review generated documentation
145146
2. Customize for your team
146-
3. Run `/maister-copilot/standards-discover` to discover existing coding standards
147-
4. Start development with `/work`
148-
5. Keep documentation current
147+
3. Start development with `/maister-copilot/work`
148+
4. Keep documentation current
149+
150+
---
151+
152+
## PHASE 8: Discover Coding Standards
153+
154+
Invoke the `standards-discover` skill via Skill tool with `--scope=full` to automatically discover coding standards from the project's config files, source code patterns, documentation, and external sources.
155+
156+
> "Run standards discovery with --scope=full. This is being invoked as part of project initialization."
157+
158+
The standards-discover skill handles its own user interaction (presenting findings by confidence tier, asking for approval). Let it run its full workflow.
159+
160+
After completion, display a brief summary of how many standards were discovered and applied.
149161

150162
---
151163

0 commit comments

Comments
 (0)