✨ feat: add software-engineering skill merging absolute-brai…#10
Open
mohitmayank wants to merge 4 commits into
Open
✨ feat: add software-engineering skill merging absolute-brai…#10mohitmayank wants to merge 4 commits into
mohitmayank wants to merge 4 commits into
Conversation
…absolute-human Merge the design (absolute-brainstorm) and execution (absolute-human) skills into one adaptive software-engineering lifecycle that triggers on any code/software work. - Complexity Triage routes each task (Trivial/Small/Medium/Complex), scaling pipeline depth so trivial fixes skip the heavy machinery while complex work runs the full design -> decompose -> wave-execute -> verify flow - Stage A (DESIGN): codebase-first interview -> validated spec -> review loop - Stage B (BUILD): 7-phase DAG/parallel-wave execution with TDD and generator-evaluator verification, board at .software-engineering/board.md - 11 reference files carried over with board path + skill-name rewrites - 14 evals across all categories; passes skill-forge validator clean - Original absolute-brainstorm and absolute-human skills left intact - Registered in skills.yaml (total_skills 154 -> 155) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@mohitmayank is attempting to deploy a commit to the maddhruv1's projects Team on Vercel. A member of the Team first needs to authorize it. |
…ngineering into auto-engineer Replaces four overlapping skills with one auto-engineer skill that auto-detects which specialization to activate from the prompt: ENGINEER (full phase-gated SDLC plus a SPEC-lite mode), UI, DOCS, and a new MAINTAIN specialization (security audit, lint/type debt, flaky tests, dead code, dependency upgrades - five sub-modes sharing one engine, consolidating what upstream now ships as five separate skills). Ports and closes gaps against upstream's restructured absolute-work/absolute-ui/ absolute-docs skills, restores several engineering references that existed in the old software-engineering skill but had gone missing or dangling (evaluator-protocol, context-reset, approach-analysis, dependency-graph-patterns), and fixes a repo-wide SH-/.software-engineering/ naming leftover from the merge that created that skill. This repo now intentionally diverges from upstream's skill-per-command split going forward - see the Fork policy section added to CONTRIBUTING.md. auto-engineer is also mirrored standalone for install outside this monorepo.
Points readers at the mohitmayank/auto-engineer mirror as an install option outside this monorepo, and adds concrete /auto-engineer usage examples (previously the skill README had no Usage section, unlike the root README's flagship entry). Drops the Recommended Skills section from the skill README.
auto-engineer is detached from the AbsolutelySkilled monorepo now - the skill README only references the standalone mohitmayank/auto-engineer install path.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…nstorm + absolute-human
Merge the design (absolute-brainstorm) and execution (absolute-human) skills into one adaptive software-engineering lifecycle that triggers on any code/software work.