Beta Platform Release Notes
This beta release makes Masterminds more connected, more predictable, and faster to work with across long sessions and collaborative work.
This beta release makes Masterminds more connected, more predictable, and faster to work with across long sessions and collaborative work.
Release Date: January 18, 2026 Version: 1.0.0 Status: β Production Ready Category: Platform / Developer Tools
MM IDE Skills v1.0.0 introduces intelligent middleware that automates the complete PM/PD β Engineer workflow, reducing engineer non-coding time by 90% and enabling autopilot feature implementation.
Before MM Skills:
After MM Skills:
@abm implementar feature X β Full automationSingle command executes entire feature implementation:
@abm implementar feature JWT Authentication
What happens:
_masterminds/* folder structureSuccess Metrics:
| Skill | Purpose | Use Case |
|---|---|---|
mm-abm-invoke | Create chat with ABM | Manual debugging |
mm-abm-answer-questions | Answer ABM questions autonomously | Auto-invoked by loop |
mm-abm-execute-prompt | Execute single prompt with TDD | Manual prompt execution |
mm-abm-validate-prompt | Validate execution results | Quality assurance |
mm-abm-report-feedback | Send metrics to ABM | Continuous learning |
mm-abm-loop | Full autopilot workflow | 95% of use cases |
mm-agent-auto-switch | Auto-switch ABM/CIM | Context-based routing |
Supports 4 major IDEs with zero-config installation:
Installation:
cd _masterminds/ide/skills && ./install.sh
# Restart IDE β Done!
Architecture:
_masterminds/ide/skills/*.md~/.claude/skills/, ~/.cursor/skills/, etc.Skills communicate with ABM via MCP 2024-11-05:
MCP Tools Used:
list_agents() - Discover ABM/CIM dynamicallyinvoke_agent() - Execute agent with contextsync_to_files() - Download prompts to local filesreport_feedback() - Send execution metricsSkills enforce Test-Driven Development cycle:
RED Phase:
ββ Write test first (must fail)
ββ Run test (expect failure)
ββ If test passes β ABORT (invalid test)
GREEN Phase:
ββ Write minimal code to pass test
ββ Run test (expect success)
ββ If test fails β Report to ABM for fix prompt
REFACTOR Phase:
ββ Clean up code
ββ Re-run all tests
ββ Ensure still green
Anti-Pattern Detection:
Skills report detailed metrics to ABM after each prompt:
{
"prompt": "04_build_T001_E01_UserModel.md",
"status": "SUCCESS",
"duration": "3.4s",
"files_created": ["src/models/User.ts", "src/models/__tests__/User.test.ts"],
"tests_passing": 5,
"tests_total": 5,
"errors_encountered": []
}
ABM Learning:
| Metric | Before Skills | After Skills | Improvement |
|---|---|---|---|
| Handoff Time | 45-60 min | 5 min | 90% reduction |
| Manual Steps | 30+ steps | 1 command | 97% automation |
| Context Switching | 15+ switches | 0 switches | 100% elimination |
| Test Coverage | 40-60% (manual) | 90%+ (TDD enforced) | 50% increase |
| Error Rate | 20% (human error) | 5% (edge cases) | 75% reduction |
Old Way (Manual):
New Way (Automated):
@abm implementar feature XMigration Steps:
| Issue | Severity | Workaround | ETA Fix |
|---|---|---|---|
| Windows symlinks require Developer Mode | P2 | Use direct copy fallback | v1.1 |
| No checkpoint/resume for interrupted execution | P2 | Re-run from scratch | v1.1 |
| No offline mode (requires MCP connection) | P3 | Cache prompts locally | v1.2 |
| Skills don't hot-reload in some IDEs | P3 | Restart IDE manually | IDE-specific |
_masterminds/ide/skills/
βββ README.md # Installation & usage guide
βββ install.sh # Automatic installation script
βββ mm-abm-invoke.md # Skill 1: Create ABM chat
βββ mm-abm-answer-questions.md # Skill 2: Autonomous Q&A
βββ mm-abm-execute-prompt.md # Skill 3: TDD execution
βββ mm-abm-validate-prompt.md # Skill 4: Result validation
βββ mm-abm-report-feedback.md # Skill 5: Metrics reporting
βββ mm-abm-loop.md # Skill 6: Autopilot (PRIMARY)
βββ mm-agent-auto-switch.md # Skill 7: ABM/CIM switching
doc_mm_mcp_server_v2_ide_skills_260118.md (500+ lines)doc_mm_mcp_server_v2_eng_jumpstart_260118.md260118T1500_manual_test_procedure.mdHANDOFF_TESTING_SESSION.md2026-01-18-mm-ide-skills-launch.mdmigration_manual_to_mm_skills.mdInstallation:
cd _masterminds/ide/skills && ./install.sh
First Use:
@abm implementar feature [name]
Get Help:
_masterminds_shared/mm_docs/features/platform/#engineering@admin-teamworkspace:read, agent:invokeagent_execution_logsNone. This is v1.0.0, first release.
Team:
Special Thanks:
_masterminds_shared/mm_docs/features/platform/#engineering@admin-teamInternal Use Only: Masterminds employees with active workspace membership.
No External Distribution: Skills are proprietary to Masterminds platform.
./install.sh and restart IDE#engineeringReady to automate your workflow? Install MM Skills now!
cd _masterminds/ide/skills && ./install.sh
End of Release Notes
Version: 1.0.0 Date: 2026-01-18 Status: Production Ready