Skip to content

Commit 18ccc62

Browse files
committed
chore: update skills
1 parent 4962266 commit 18ccc62

11 files changed

Lines changed: 14 additions & 9 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
name: plan
2+
name: spec
33
description: >
4-
Plan a feature or change with full knowledge of the opinionated TypeScript architecture and the project's adoption state.
4+
Spec out a feature or change with full knowledge of the opinionated TypeScript architecture and the project's adoption state.
55
Conducts a thorough discovery interview to understand domain concerns, bounded contexts, and application services,
66
then produces a high-level architectural specification — never concrete implementation details.
7-
Triggers on phrases like "plan a feature", "design this change", "architect this",
8-
"help me plan", "what modules do I need", or "think through this feature".
9-
Also invocable via the /tseng:plan slash command.
7+
Triggers on phrases like "spec this feature", "design this change", "architect this",
8+
"help me spec", "what modules do I need", or "think through this feature".
9+
Also invocable via the /tseng:spec slash command.
1010
---
1111

1212
```!
1313
echo "Architecture docs: ${CLAUDE_SKILL_DIR}/architecture/"
1414
echo "Version: $(cat "${CLAUDE_SKILL_DIR}/VERSION")"
1515
```
1616

17-
# TSEng Plan
17+
# TSEng Spec
1818

19-
Plans features and changes with full knowledge of the opinionated TypeScript architecture and the project's current adoption state. Produces a high-level architectural specification through rigorous discovery — never concrete implementation details.
19+
Specs out features and changes with full knowledge of the opinionated TypeScript architecture and the project's current adoption state. Produces a high-level architectural specification through rigorous discovery — never concrete implementation details.
2020

2121
The output is a specification that gives the implementer architectural guardrails (which modules, which layers, which events, which services etc.) while leaving room for creative decisions about *how* to implement each piece.
2222

@@ -233,7 +233,7 @@ If yes:
233233
3. Create the issue using `gh issue create`.
234234
4. Report the issue URL to the user.
235235

236-
The issue body should be the specification from Phase 5, formatted for GitHub readability. Include a header noting it was generated by TSEng Plan with the architecture version.
236+
The issue body should be the specification from Phase 5, formatted for GitHub readability. Include a header noting it was generated by TSEng Spec with the architecture version.
237237

238238
## Guidelines
239239

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.claude/skills/plan

Lines changed: 0 additions & 1 deletion
This file was deleted.

.claude/skills/spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/spec

0 commit comments

Comments
 (0)