Skip to content

v1.5.3: Project Researcher Utility Skill & Path Refinements 🔍

Choose a tag to compare

@GulajavaMinistudio GulajavaMinistudio released this 21 Jul 05:00

Release v1.5.3: Project Researcher Utility Skill & Path Refinements 🔍

Version 1.5.3 introduces the official integration of the project-researcher skill as a core Utility Skill and rectifies platform-specific path references to ensure a bulletproof multi-agent ecosystem.

🚀 Enhancements & New Features

  • Promoted project-researcher to Utility Skill: The project-researcher skill has been successfully converted into a true Utility Skill (Cross-Cutting). The Dynamic Persona Activation block has been entirely removed to prevent Session Lock clashes. Now, any active persona (like @GodModeDev or @BrainstormingExplorerAnalyst) can securely invoke the architectural scanning workflow mid-session without losing their primary identity.
  • Mandatory Pre-Flight Architecture Scan: @BrainstormingExplorerAnalyst has been updated with a strict directive to invoke the project-researcher skill at the beginning of Phase 0. If docs/ARCHITECTURE.md does not exist or is outdated, the analyst will automatically scan and document the repository architecture before generating the Discovery Draft, ensuring deep structural context.

🛠️ Architecture & Under-the-Hood Fixes

  • Codex Ecosystem Synchronization (.codex): Fixed a critical pathing discrepancy in the Codex ecosystem. The .codex platform utilizes .toml formats for agents instead of .md. All SKILL.md internal references across .codex/skills/ have been bulk-updated to correctly point to their respective agents/*.toml files (e.g., brainstorming-explorer-analyst.toml), ensuring seamless skill-to-agent mapping.
  • Skill Scope Constraints: The strict restriction prohibiting project-researcher from modifying application source code has been explicitly preserved within its Core Directives, ensuring that code-executing agents (like @GodModeDev) are safely restricted while performing exploratory scans.

📝 Documentation Updates

  • README.md: Added project-researcher to the global Skills table to formally document its capabilities for repository architecture scanning.
  • AGENTS.md: Registered project-researcher as a recognized cross-cutting Utility Skill within the overarching SDLC workflow.

Upgrade Guide:
As always, you can pull the latest changes or run the interactive installation scripts to sync these refinements across your preferred IDE platforms.