Skip to content

Commit c035f25

Browse files
committed
Add new DevSpark agents and prompts for application management and documentation
- Introduced agents for adding applications, archiving documents, auditing commits, creating and updating pull requests, harvesting insights, listing applications, personalizing commands, generating repository stories, and validating registries. - Created corresponding prompt files to facilitate user input and command execution. - Added a quick specification template for feature development. - Configured VSCode settings for prompt file recommendations and terminal auto-approval.
1 parent 1e54894 commit c035f25

134 files changed

Lines changed: 8480 additions & 5251 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.add-application.md` (personalized override)
9+
2. `.documentation/commands/devspark.add-application.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.add-application.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.analyze.md` (personalized override)
9+
2. `.documentation/commands/devspark.analyze.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.analyze.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.archive.md` (personalized override)
9+
2. `.documentation/commands/devspark.archive.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.archive.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.checklist.md` (personalized override)
9+
2. `.documentation/commands/devspark.checklist.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.checklist.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.clarify.md` (personalized override)
9+
2. `.documentation/commands/devspark.clarify.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.clarify.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.commit-audit.md` (personalized override)
9+
2. `.documentation/commands/devspark.commit-audit.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.commit-audit.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.constitution.md` (personalized override)
9+
2. `.documentation/commands/devspark.constitution.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.constitution.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.create-pr.md` (personalized override)
9+
2. `.documentation/commands/devspark.create-pr.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.create-pr.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.critic.md` (personalized override)
9+
2. `.documentation/commands/devspark.critic.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.critic.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prompt Resolution
2+
3+
Determine the current git user by running `git config user.name`.
4+
Normalize to a folder-safe slug: lowercase, replace spaces with hyphens, strip non-alphanumeric/hyphen chars.
5+
6+
Read and execute the instructions from the **first file that exists**:
7+
8+
1. `.documentation/{git-user}/commands/devspark.discover-constitution.md` (personalized override)
9+
2. `.documentation/commands/devspark.discover-constitution.md` (team customization)
10+
3. `.devspark/defaults/commands/devspark.discover-constitution.md` (stock default)
11+
12+
## User Input
13+
14+
$ARGUMENTS
15+
16+
Pass the user input above to the resolved prompt.

0 commit comments

Comments
 (0)