src/skills/x-promote-ideation/SKILL.md
Promote interactive ideation output from x-create-feature to .aikittools/ideations/.
npx skillsauth add edercnj/claude-environment x-promote-ideationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Promote the transient output of x-create-feature (interactive ideation mode) into a persistent ideation artifact stored at .aikittools/ideations/ideation-NNNN.md. Transient ideations exist only in the conversation context; this skill persists them for later processing.
x-create-feature (interactive mode) produces a spec that the user wants to keepia-dev-env x-promote-ideation --ideation-id ideation-0001
ia-dev-env x-promote-ideation --ideation-id ideation-0002 --source .aikittools/tmp/draft.md
ia-dev-env x-promote-ideation --ideation-id ideation-0001 --dry-run
/x-promote-ideation --ideation-id <ideation-NNNN>/x-promote-ideation --ideation-id <ideation-NNNN> --dry-run| Flag | Required | Description |
| :--- | :--- | :--- |
| --ideation-id | yes | Ideation identifier — must match ideation-NNNN (e.g. ideation-0001) |
| --source | no | Source file path or stdin (default: stdin) |
| --dry-run | no | Validate without persisting |
Produces:
.aikittools/ideations/ideation-NNNN.md — Persistent ideation artifact| Code | Meaning | | :--- | :--- | | 0 | Success | | 1 | Validation error (invalid ideation-id pattern, source not found) | | 2 | Execution error |
# Promote from stdin (pipe from x-create-feature ideation output)
ia-dev-env x-promote-ideation --ideation-id ideation-0001
# Promote from file
ia-dev-env x-promote-ideation --ideation-id ideation-0002 --source .aikittools/tmp/feature-draft.md
# Validate only
ia-dev-env x-promote-ideation --ideation-id ideation-0001 --dry-run
| Skill | Relationship |
| :--- | :--- |
| x-create-feature | Produces the transient ideation this skill promotes |
development
Documentation freshness gate: validates 6 dimensions (readme, api, adr, etc.) per PR.
testing
Conditional dep-policy gate: CVEs, licenses, versions, freshness; SARIF + report.
documentation
Incrementally updates the service or system architecture document; never regenerative.
development
Scans code and git history for leaked credentials, API keys, and tokens; SARIF output.